Struct slack_api::bots::InfoResponseBot [] [src]

pub struct InfoResponseBot {
    pub app_id: Option<String>,
    pub deleted: Option<bool>,
    pub icons: Option<InfoResponseBotIcons>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for InfoResponseBot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InfoResponseBot
[src]

Formats the value using the given formatter.