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

WhatsAppLocationMessage

data class WhatsAppLocationMessage : WhatsAppMessage (source)

Constructors

<init>

WhatsAppLocationMessage(location: WhatsAppLocation, 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

location

val location: WhatsAppLocation

timestamp

val timestamp: String