Text

class Text

The wrapper for the message text in different formats: plain text, markdown, or html. Text will be in one of the format.

Since

2.3.0

Constructors

Link copied to clipboard
fun Text()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getHtml(): String?
Link copied to clipboard
fun getMarkdown(): String?
Link copied to clipboard
fun getMessageText(): <Error class: unknown class>
Link copied to clipboard
fun getPlain(): String?