Method: MatrixSdk::Bot::Base#room

Defined in:
lib/matrix_sdk/bot/base.rb

#roomObject



605
606
607
# File 'lib/matrix_sdk/bot/base.rb', line 605

def room
  client.ensure_room(event[:room_id]) if in_event?
end