Method: Rodbot::Message#room

Defined in:
lib/rodbot/message.rb

#roomString?

Room (aka: channel, group etc depending on the chat service) in which the message was or will be posted

Returns:

  • (String, nil)


36
37
38
# File 'lib/rodbot/message.rb', line 36

def room
  @room
end