TextBased

Types

Link copied to clipboard
@Serializable
data class Emote(val body: String, val format: String? = null, val formattedBody: String? = null, val relatesTo: RelatesTo? = null, val mentions: Mentions? = null, val externalUrl: String? = null) : RoomMessageEventContent.TextBased
Link copied to clipboard
@Serializable
data class Notice(val body: String, val format: String? = null, val formattedBody: String? = null, val relatesTo: RelatesTo? = null, val mentions: Mentions? = null, val externalUrl: String? = null) : RoomMessageEventContent.TextBased
Link copied to clipboard
@Serializable
data class Text(val body: String, val format: String? = null, val formattedBody: String? = null, val relatesTo: RelatesTo? = null, val mentions: Mentions? = null, val externalUrl: String? = null) : RoomMessageEventContent.TextBased

Properties

Link copied to clipboard
abstract val body: String
Link copied to clipboard
abstract val externalUrl: String?
Link copied to clipboard
abstract val format: String?
Link copied to clipboard
abstract val formattedBody: String?
Link copied to clipboard
abstract val mentions: Mentions?
Link copied to clipboard
abstract val relatesTo: RelatesTo?