Method: MatrixSdk::Room#name
- Defined in:
-
lib/matrix_sdk/room.rb,
lib/matrix_sdk/room.rb
Will cache the current name for 15 minutes
Gets the current name of the room, querying the API if necessary
43 |
# File 'lib/matrix_sdk/room.rb', line 43 attr_reader :id, :client, :topic, :aliases, :members, :events |