pub type GetMessageEditResponseContent = MessageEditState;Aliased Type§
pub struct GetMessageEditResponseContent {Show 14 fields
pub id: i64,
pub created_at: Option<DateTime<Utc>>,
pub updated_at: Option<DateTime<Utc>>,
pub url: Option<String>,
pub creator: Option<Contact>,
pub sender: Option<Contact>,
pub is_reply: Option<bool>,
pub subject: Option<String>,
pub content: Option<String>,
pub addressed: Option<Addressed>,
pub show_addressed_selector: Option<bool>,
pub scheduled_delivery_at: Option<DateTime<Utc>>,
pub posting: Option<MessagePostingContext>,
pub addressed_sender: Option<AddressedSender>,
}Fields§
§id: i64§created_at: Option<DateTime<Utc>>ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)
updated_at: Option<DateTime<Utc>>ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)
url: Option<String>§creator: Option<Contact>§sender: Option<Contact>§is_reply: Option<bool>§subject: Option<String>§content: Option<String>§addressed: Option<Addressed>§show_addressed_selector: Option<bool>§scheduled_delivery_at: Option<DateTime<Utc>>ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)
posting: Option<MessagePostingContext>§addressed_sender: Option<AddressedSender>