Method: MatrixSdk::Room#id

Defined in:
lib/matrix_sdk/room.rb

#idString (readonly) Also known as: room_id

Returns the internal ID of the room.

Returns:

  • (String)

    the internal ID of the room



40
41
42
# File 'lib/matrix_sdk/room.rb', line 40

def id
  @id
end