ParsedAttachment

data class ParsedAttachment(val filename: String, val mimeType: String, val url: String, val sizeBytes: Long?)

Constructors

Link copied to clipboard
constructor(filename: String, mimeType: String, url: String, sizeBytes: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String