Video
data class Video(val content: AttachmentContent, val format: String, val mimeType: String = "video/", val fileName: String? = null) : Attachment(source)
Video attachment (mp4, avi, etc.).
Constructors
Link copied to clipboard
constructor(content: AttachmentContent, format: String, mimeType: String = "video/", fileName: String? = null)