MessageContent

data class MessageContent(val content: String, val attachments: List<Attachment> = emptyList())(source)

Message content with attachments

Constructors

Link copied to clipboard
constructor(content: String, attachments: List<Attachment> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard