module Slack::Web::Api::Endpoints::Reactions

def reactions_get(options = {})

Other tags:
    See: https://github.com/dblock/slack-api-ref/blob/master/methods/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 = {})
  post('reactions.get', options)
end