app.bsky.contact.sendNotification

System endpoint to send notifications related to contact imports. Requires role authentication.

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

Bases: DataModelBase

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

field from_: Did [Required]

The DID of who this notification comes from.

field to: Did [Required]

The DID of who this notification should go to.

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

Bases: TypedDict

from_: Did

The DID of who this notification comes from.

to: Did

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.