tools.ozone.communication.defs
Shared type definitions.
- class atproto_client.models.tools.ozone.communication.defs.TemplateView
Bases:
ModelBaseDefinition model for
tools.ozone.communication.defs.- field content_markdown: str [Required]
Subject of the message, used in emails.
- field created_at: DateTime [Required]
Created at.
- field disabled: bool [Required]
Disabled.
- field id: str [Required]
Id.
- field last_updated_by: Did [Required]
DID of the user who last updated the template.
- field name: str [Required]
Name of the template.
- field subject: str | None = None
Content of the template, can contain markdown and variable placeholders.
- field updated_at: DateTime [Required]
Updated at.