Text

@JsonSerializable
data class Text(val text: String, val type: TextType, val emoji: Boolean? = null)(source)

Constructors

Link copied to clipboard
constructor(text: String, type: TextType, emoji: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard