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

WhatsAppSystemMessage

data class WhatsAppSystemMessage : WhatsAppMessage (source)

Constructors

<init>

WhatsAppSystemMessage(system: WhatsAppTextBody, id: String, from: String, timestamp: String, context: WhatsAppContext? = null, groupId: String? = null)

Properties

context

val context: WhatsAppContext?

from

val from: String

groupId

val groupId: String?

id

val id: String

system

val system: WhatsAppTextBody

timestamp

val timestamp: String