Text

@JsonSerializable
data class Text(val text: String, val type: TextType)

Constructors

Link copied to clipboard
constructor(text: String, type: TextType)

Properties

Link copied to clipboard
Link copied to clipboard