com.atproto.admin.sendEmail
Send email to a userโs account email address.
- class atproto_client.models.com.atproto.admin.send_email.Data
Bases:
DataModelBaseInput data model for
com.atproto.admin.sendEmail.- field content: str [Required]
Content.
- field recipient_did: Did [Required]
Recipient did.
- field sender_did: Did [Required]
Sender did.
- class atproto_client.models.com.atproto.admin.send_email.DataDict
Bases:
TypedDict- content: str
Content.
- recipient_did: Did
Recipient did.
- sender_did: Did
Sender did.
- comment: NotRequired[str | None]
Additional comment by the sender that wonโt be used in the email itself but helpful to provide more context for moderators/reviewers.
- subject: NotRequired[str | None]
Subject.
- class atproto_client.models.com.atproto.admin.send_email.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.admin.sendEmail.- field sent: bool [Required]
Sent.