Struct slack_api::Reaction [] [src]

pub struct Reaction {
    pub count: Option<i32>,
    pub name: Option<String>,
    pub users: Option<Vec<String>>,
}

Fields

Trait Implementations

impl Clone for Reaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reaction
[src]

Formats the value using the given formatter.