Text

@Serializable
@SerialName(value = "text")
data class Text(val text: TextContent) : MessageContent

The content of the message as text.

Constructors

Link copied to clipboard
constructor(text: TextContent)

Properties

Link copied to clipboard
@SerialName(value = "text")
val text: TextContent

The text content of the message value and annotations.