JsonAttachment

@Serializable
data class JsonAttachment(val description: String, val path: String, val mimeType: String)

Constructors

Link copied to clipboard
constructor(description: String, path: String, mimeType: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard