Function slack_api::reactions::add [] [src]

pub fn add<R>(client: &R,
              token: &str,
              request: &AddRequest)
              -> Result<AddResponse, AddError<R::Error>> where R: SlackWebRequestSender

Adds a reaction to an item.

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