ExportedText
data class ExportedText(val content: String, val mentions: List<ExportedMention> = emptyList(), val quotedMessageId: String? = null, val unknownFields: Map<Int, <Error class: unknown class>> = emptyMap())
Constructors
Link copied to clipboard
constructor(content: String, mentions: List<ExportedMention> = emptyList(), quotedMessageId: String? = null, unknownFields: Map<Int, <Error class: unknown class>> = emptyMap())