Method: Rodbot::Message#room
- Defined in:
- lib/rodbot/message.rb
#room ⇒ String?
Room (aka: channel, group etc depending on the chat service) in which the message was or will be posted
36 37 38 |
# File 'lib/rodbot/message.rb', line 36 def room @room end |