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

WhatsAppButtonMessage

class WhatsAppButtonMessage : WhatsAppMessage (source)

Constructors

<init>

WhatsAppButtonMessage(id: String, from: String, timestamp: String, context: WhatsAppContext? = null, groupId: String? = null, button: WhatsAppButton)

Properties

button

val button: WhatsAppButton

context

val context: WhatsAppContext?

from

val from: String

groupId

val groupId: String?

id

val id: String

timestamp

val timestamp: String