Type Alias NewEntryForwardResponseContent
Source pub type NewEntryForwardResponseContent = MessageDraft;
pub struct NewEntryForwardResponseContent {
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 posting: Option<MessagePostingContext>,
pub addressed_sender: Option<AddressedSender>,
}