Struct slack_api::reactions::RemoveRequest [] [src]

pub struct RemoveRequest<'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 remove reaction from.

File comment to remove reaction from.

Channel where the message to remove reaction from was posted.

Timestamp of the message to remove reaction from.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.