Struct slack_api::MessageStandard
[−]
[src]
pub struct MessageStandard {
pub attachments: Option<Vec<MessageStandardAttachment>>,
pub channel: Option<String>,
pub edited: Option<MessageStandardEdited>,
pub text: Option<String>,
pub ts: Option<String>,
pub ty: Option<String>,
pub user: Option<String>,
}Fields
attachments: Option<Vec<MessageStandardAttachment>>
channel: Option<String>
edited: Option<MessageStandardEdited>
text: Option<String>
ts: Option<String>
ty: Option<String>
user: Option<String>
Trait Implementations
impl Clone for MessageStandard[src]
fn clone(&self) -> MessageStandard
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more