tock / ai.tock.bot.connector.whatsapp.model.webhook / WhatsAppAttachment

WhatsAppAttachment

data class WhatsAppAttachment (source)

Constructors

<init>

WhatsAppAttachment(id: String, mimeType: String, sha256: String, filename: String? = null, caption: String? = null)

Properties

caption

val caption: String?

filename

val filename: String?

id

val id: String

mimeType

val mimeType: String

sha256

val sha256: String