Attachment Message
data class AttachmentMessage(val file: File, val captionText: String? = null) : AttachmentMessageBody
Represents an attachment message.
Throws
if the file does not exist or is not readable.
Represents an attachment message.
if the file does not exist or is not readable.