app.bsky.contact.send_notification¶
- class atproto_client.models.app.bsky.contact.send_notification.Data¶
Bases:
DataModelBaseInput data model for
app.bsky.contact.sendNotification.- field from_: str [Required]¶
The DID of who this notification comes from.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field to: str [Required]¶
The DID of who this notification should go to.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- 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:
ResponseModelBaseOutput data model for
app.bsky.contact.sendNotification.