com.atproto.admin.send_email

class atproto_client.models.com.atproto.admin.send_email.Data

Bases: DataModelBase

Input data model for com.atproto.admin.sendEmail.

field comment: str | None = None

Additional comment by the sender that won’t be used in the email itself but helpful to provide more context for moderators/reviewers.

field content: str [Required]

Content.

field recipient_did: str [Required]

Recipient did.

field sender_did: str [Required]

Sender did.

field subject: str | None = None

Subject.

class atproto_client.models.com.atproto.admin.send_email.DataDict(*args, **kwargs)

Bases: dict

comment: typing_extensions.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.

content: str

Content.

recipient_did: str

Recipient did.

sender_did: str

Sender did.

subject: typing_extensions.NotRequired[str | None]

Subject.

class atproto_client.models.com.atproto.admin.send_email.Response

Bases: ResponseModelBase

Output data model for com.atproto.admin.sendEmail.

field sent: bool [Required]

Sent.