Struct slack_api::reactions::ListRequest [] [src]

pub struct ListRequest<'a> {
    pub user: Option<&'a str>,
    pub full: Option<bool>,
    pub count: Option<u32>,
    pub page: Option<u32>,
}

Fields

Show reactions made by this user. Defaults to the authed user.

If true always return the complete reaction list.

Number of items to return per page.

Page number of results to return.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.