Package-level declarations

Types

Link copied to clipboard
data class AttachmentResponse(val name: String, val type: String, val status: String, val sender: String, val storagePath: String, val created: String, val sizeKb: String, val url: String?, val id: String, val uploadUrl: String)
Link copied to clipboard
data class CompleteAttachment(val attachmentIds: List<String>, val temporaryChatMessageId: String, val exchangeId: String)
Link copied to clipboard