module Ruboty::SlackRTM::Robot
Public Instance Methods
add_reaction(reaction, channel_id, timestamp)
click to toggle source
# 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