Function slack_api::reactions::list [] [src]

pub fn list<R>(client: &R,
               token: &str,
               request: &ListRequest)
               -> Result<ListResponse, ListError<R::Error>> where R: SlackWebRequestSender

Lists reactions made by a user.

Wraps https://api.slack.com/methods/reactions.list