Wapi.js Docs / CustomerNumberChangeEventInterface

Interface: CustomerNumberChangeEventInterface

Represents the interface for the Customer Number Change event.

Interface

CustomerNumberChangeEventInterface

Properties

changeDescription

changeDescription: string
The description of the change.

Source

packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:17

client

client: Client
The client associated with the event.

Source

packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:12

newWaId

newWaId: string
The new WhatsApp ID.

Source

packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:22

oldWaId

oldWaId: string
The old WhatsApp ID.

Source

packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:32

timestamp

timestamp: number
The timestamp of the event.

Source

packages/wapi.js/src/webhook/events/customer-number-changed/interface.ts:27