RoomTopicContent

@JsonClass(generateAdapter = true)
data class RoomTopicContent(@Json(name = "topic") val topic: String? = null)

Class representing the EventType.STATE_ROOM_TOPIC state event content.

Constructors

Link copied to clipboard
fun RoomTopicContent(@Json(name = "topic") topic: String? = null)

Properties

Link copied to clipboard
val topic: String? = null