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

Trait Implementations

impl Clone for MessageStandardAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageStandardAttachment
[src]

Formats the value using the given formatter.