tools.ozone.communication.create_template¶

class atproto_client.models.tools.ozone.communication.create_template.Data¶

Bases: DataModelBase

Input data model for tools.ozone.communication.createTemplate.

field content_markdown: str [Required]¶

Content of the template, markdown supported, can contain variable placeholders.

field created_by: str | None = None¶

DID of the user who is creating the template.

field lang: str | None = None¶

Message language.

field name: str [Required]¶

Name of the template.

field subject: str [Required]¶

Subject of the message, used in emails.

class atproto_client.models.tools.ozone.communication.create_template.DataDict¶

Bases: TypedDict

content_markdown: str¶

Content of the template, markdown supported, can contain variable placeholders.

created_by: typing_extensions.NotRequired[str | None]¶

DID of the user who is creating the template.

lang: typing_extensions.NotRequired[str | None]¶

Message language.

name: str¶

Name of the template.

subject: str¶

Subject of the message, used in emails.