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
field content: str [Required]

Content.

field recipient_did: str [Required]

Recipient did.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12160>

  • json_schema_input_type = PydanticUndefined

field sender_did: str [Required]

Sender did.

Constraints:
  • func = <function only_validate_if_strict.<locals>.wrapper at 0x7f7d65a12160>

  • json_schema_input_type = PydanticUndefined

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[str]

Recipient did.

sender_did: str[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.