ListAttachments

@Serializable
data class ListAttachments(val attachments: List<Attachment>, val temporaryChatMessageId: String? = null)

Constructors

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

Properties

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