app.bsky.contact.send_notification

class atproto_client.models.app.bsky.contact.send_notification.Data

Bases: DataModelBase

Input data model for app.bsky.contact.sendNotification.

field from_: str [Required]

The DID of who this notification comes from.

Constraints:
field to: str [Required]

The DID of who this notification should go to.

Constraints:
class atproto_client.models.app.bsky.contact.send_notification.DataDict

Bases: TypedDict

from_: str

The DID of who this notification comes from.

to: str

The DID of who this notification should go to.

class atproto_client.models.app.bsky.contact.send_notification.Response

Bases: ResponseModelBase

Output data model for app.bsky.contact.sendNotification.