module Slack::Web::Api::Endpoints::Reactions
def reactions_get(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/reactions/reactions.get.json -
See: https://api.slack.com/methods/reactions.get -
Options Hash:
(**options)-
:full(Object) -- -
:timestamp(Object) -- -
:channel(channel) -- -
:file_comment(Object) -- -
:file(file) --
def reactions_get(options = {}) options = options.merge(channel: channels_id(options)['channel']['id']) if options[:channel] post('reactions.get', options) end