MessageInput

data class MessageInput(val text: String, val facets: List<Facet> = emptyList(), val embed: MessageInputEmbedUnion? = null)

Parameters

facets

Annotations of text (mentions, URLs, hashtags, etc)

Constructors

Link copied to clipboard
constructor(text: String, facets: List<Facet> = emptyList(), embed: MessageInputEmbedUnion? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Annotations of text (mentions, URLs, hashtags, etc)

Link copied to clipboard