Text

@Serializable
@SerialName(value = "text")
data class Text(val color: Long, val text: String) : ElementResponse

Constructors

Link copied to clipboard
constructor(color: Long, text: String)

Properties

Link copied to clipboard
val color: Long
Link copied to clipboard