Struct zoom_api::types::Messages [−][src]
pub struct Messages {Show 13 fields
pub bot_message: Option<Domains>,
pub date_time: Option<NaiveDate>,
pub download_url: String,
pub file_id: String,
pub file_name: String,
pub file_size: i64,
pub id: String,
pub message: String,
pub reply_main_message_id: String,
pub reply_main_message_timestamp: i64,
pub sender: String,
pub status: Option<GetChatMessagesResponseStatus>,
pub timestamp: i64,
}Fields
bot_message: Option<Domains>date_time: Option<NaiveDate>Start Date.
download_url: StringUser’s first name.
file_id: StringUser’s first name.
file_name: StringUser’s first name.
file_size: i64Account seats.
id: StringUser’s first name.
message: StringUser’s first name.
reply_main_message_id: StringUser’s first name.
reply_main_message_timestamp: i64Account seats.
sender: StringUser’s first name.
status: Option<GetChatMessagesResponseStatus>This field indicates whether a message is an original message(unedited), an edited message or a deleted message.
This field is only returned if you set the value of for include_deleted_and_edited_message query parameter to true.
timestamp: i64Account seats.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Messages
impl UnwindSafe for Messages
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more