Struct slack_api::reactions::AddRequest [] [src]

pub struct AddRequest<'a> {
    pub name: &'a str,
    pub file: Option<&'a str>,
    pub file_comment: Option<&'a str>,
    pub channel: Option<&'a str>,
    pub timestamp: Option<&'a str>,
}

Fields

Reaction (emoji) name.

File to add reaction to.

File comment to add reaction to.

Channel where the message to add reaction to was posted.

Timestamp of the message to add reaction to.

Trait Implementations

impl<'a> Clone for AddRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for AddRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for AddRequest<'a>
[src]

Formats the value using the given formatter.