Interface: CustomerNumberChangeEventInterface
Represents the interface for the Customer Number Change event.Interface
CustomerNumberChangeEventInterfaceProperties
changeDescription
changeDescription: string
The description of the change.
Source
packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:17client
client: Client
The client associated with the event.
Source
packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:12newWaId
newWaId: string
The new WhatsApp ID.
Source
packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:22oldWaId
oldWaId: string
The old WhatsApp ID.
Source
packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:32timestamp
timestamp: number
The timestamp of the event.