Objects
The Chat Notification Object
The Chat Notification object represents a chat update notification in WhatsApp.
Attributes
org_id
string
The ID of the organization that the chat belongs to.
chat_id
string
The ID of the chat.
notification_id
string
The ID of the notification.
author
string
The contact ID of the author of the notification.
body
string
The body of the notification.
id
object
The ID of the notification.
recipientids
array
An array of recipient IDs of the notification.
type
string
The type of the notification. Possible values are add
, remove
.
timestamp
string
The timestamp when the notification was created.
org_phone
string
The contact ID of the organization.
unique_id
string
The unique ID of the notification.
Was this page helpful?