Method: MatrixSdk::Room#topic
- Defined in:
- lib/matrix_sdk/room.rb
#topic ⇒ String?
Returns the user-provided topic of the room.
43 |
# File 'lib/matrix_sdk/room.rb', line 43 attr_reader :id, :client, :topic, :aliases, :members, :events |