Struct slack_api::reactions::GetRequest [] [src]

pub struct GetRequest<'a> {
    pub file: Option<&'a str>,
    pub file_comment: Option<&'a str>,
    pub channel: Option<&'a str>,
    pub timestamp: Option<&'a str>,
    pub full: Option<bool>,
}

Fields

File to get reactions for.

File comment to get reactions for.

Channel where the message to get reactions for was posted.

Timestamp of the message to get reactions for.

If true always return the complete reaction list.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.