UploadedAttachment

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

An attachment already uploaded; drives the body's attachment block.

Constructors

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

Properties

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