Struct slack_api::bots::InfoResponseBotIcons [] [src]

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

Fields

Trait Implementations

impl Clone for InfoResponseBotIcons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InfoResponseBotIcons
[src]

Formats the value using the given formatter.