Method: MatrixSdk::Room#topic

Defined in:
lib/matrix_sdk/room.rb

#topicString?

Returns the user-provided topic of the room.

Returns:

  • (String, nil)

    the user-provided topic of the room

See Also:



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

attr_reader :id, :client, :topic, :aliases, :members, :events