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



43
44
45
# File 'lib/matrix_sdk/room.rb', line 43

def id
  @id
end