module Slack::Web::Api::Endpoints::Reactions
def reactions_add(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/reactions.add.json -
See: https://api.slack.com/methods/reactions.add -
Options Hash:
(**options)
-
:timestamp
(Object
) -- -
:channel
(channel
) -- -
:file_comment
(Object
) -- -
:file
(file
) -- -
:name
(Object
) --
def reactions_add(options = {}) throw ArgumentError.new('Required arguments :name missing') if options[:name].nil? post('reactions.add', options) end