Struct slack_api::TeamIcon [] [src]

pub struct TeamIcon {
    pub image_102: Option<String>,
    pub image_132: Option<String>,
    pub image_34: Option<String>,
    pub image_44: Option<String>,
    pub image_68: Option<String>,
    pub image_88: Option<String>,
    pub image_default: Option<bool>,
}

Fields

Trait Implementations

impl Clone for TeamIcon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TeamIcon
[src]

Formats the value using the given formatter.