Functions

Link copied to clipboard

Get the latest displayable content. Will take care to hide spoiler text

Properties

Link copied to clipboard
abstract val body: String
Link copied to clipboard
abstract val format: String?

The format used in the formatted_body. Currently only "org.matrix.custom.html" is supported.

Link copied to clipboard
abstract val formattedBody: String?

The formatted version of the body. This is required if format is specified.

Link copied to clipboard

Get the formattedBody, only if not blank and if the format is equal to "org.matrix.custom.html".

Link copied to clipboard
abstract val msgType: String
Link copied to clipboard
abstract val newContent: Content?
Link copied to clipboard