Image
data class Image(val content: AttachmentContent, val format: String, val mimeType: String = "image/", val fileName: String? = null) : Attachment(source)
Image attachment (jpg, png, gif, etc.).
Constructors
Link copied to clipboard
constructor(content: AttachmentContent, format: String, mimeType: String = "image/", fileName: String? = null)