Struct slack_api::MessageBotMessageIcons [] [src]

pub struct MessageBotMessageIcons {
    pub image_36: Option<String>,
    pub image_48: Option<String>,
    pub image_72: Option<String>,
}

Fields

Trait Implementations

impl Clone for MessageBotMessageIcons
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MessageBotMessageIcons
[src]

[src]

Formats the value using the given formatter.