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

def reactions_list(options = {})

Other tags:
    See: https://github.com/dblock/slack-api-ref/blob/master/methods/reactions/reactions.list.json -
    See: https://api.slack.com/methods/reactions.list -

Options Hash: (**options)
  • :user (user) --
  • :full (Object) --
def reactions_list(options = {})
  options = options.merge(user: users_id(options)['user']['id']) if options[:user]
  post('reactions.list', options)
end