Text

data class Text(tag: List<String>, text: List<String>)

Properties

tag
Link copied to clipboard
val tag: List<String>

List of tags this message text is tagged with.

text
Link copied to clipboard
val text: List<String>

List of text fragments.