ListAttachments

data class ListAttachments(val attachments: List<Attachment>, val temporaryChatMessageId: String)

Constructors

Link copied to clipboard
constructor(attachments: List<Attachment>, temporaryChatMessageId: String)

Properties

Link copied to clipboard
@SerializedName(value = "attachments")
val attachments: List<Attachment>
Link copied to clipboard
@SerializedName(value = "temporaryChatMessageId")
val temporaryChatMessageId: String