Struct slack_api::MessageStandardAttachment
[−]
[src]
pub struct MessageStandardAttachment {
pub author_icon: Option<String>,
pub author_link: Option<String>,
pub author_name: Option<String>,
pub color: Option<String>,
pub fallback: Option<String>,
pub fields: Option<Vec<MessageStandardAttachmentField>>,
pub footer: Option<String>,
pub footer_icon: Option<String>,
pub image_url: Option<String>,
pub pretext: Option<String>,
pub text: Option<String>,
pub thumb_url: Option<String>,
pub title: Option<String>,
pub title_link: Option<String>,
pub ts: Option<f32>,
}Fields
color: Option<String>
fallback: Option<String>
fields: Option<Vec<MessageStandardAttachmentField>>
image_url: Option<String>
pretext: Option<String>
text: Option<String>
thumb_url: Option<String>
title: Option<String>
title_link: Option<String>
ts: Option<f32>
Trait Implementations
impl Clone for MessageStandardAttachment[src]
fn clone(&self) -> MessageStandardAttachment
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