InputRichMessage

@Serializable
data class InputRichMessage(source)

Describes a rich message to be sent. Exactly one of the fields html or markdown must be used. Use the InputRichMessageHTML and InputRichMessageMarkdown factories to build an instance.

See also

Properties

Link copied to clipboard
@SerialName(value = "html")
val html: String?
Link copied to clipboard
@SerialName(value = "is_rtl")
val isRtl: Boolean?
Link copied to clipboard
@SerialName(value = "markdown")
val markdown: String?
Link copied to clipboard
@SerialName(value = "skip_entity_detection")
val skipEntityDetection: Boolean?