Text

class Text(val text: String, val format: SerializationFormat.Text) : SerializedPayload

Constructors

Link copied to clipboard
fun Text(text: String, format: SerializationFormat.Text)

Properties

Link copied to clipboard
open override val format: SerializationFormat.Text
Link copied to clipboard
val text: String