JsonAttachment
data class JsonAttachment(contentType: String?, id: String?, size: Int?, storedFilename: String?, filename: String?, customFilename: String?, caption: String?, width: Int?, height: Int?, voiceNote: Boolean?, key: String?, digest: String?, blurhash: String?)
Content copied to clipboard
represents a file attached to a message. When sending, only filename
is required.
Constructors
Link copied to clipboard
fun JsonAttachment(contentType: String? = null, id: String? = null, size: Int? = null, storedFilename: String? = null, filename: String? = null, customFilename: String? = null, caption: String? = null, width: Int? = null, height: Int? = null, voiceNote: Boolean? = null, key: String? = null, digest: String? = null, blurhash: String? = null)
Content copied to clipboard