Module: Ruboty::SlackRTM::Robot

Defined in:
lib/ruboty/slack_rtm/robot.rb

Instance Method Summary collapse

Instance Method Details

#add_reaction(reaction, channel_id, timestamp) ⇒ Object



8
9
10
11
# File 'lib/ruboty/slack_rtm/robot.rb', line 8

def add_reaction(reaction, channel_id, timestamp)
  adapter.add_reaction(reaction, channel_id, timestamp)
  true
end