Wapi.js Docs / MessageFailedEventInterface
Represents the interface for a message failed event.
MessageFailedEventInterface
client:
Client
The client instance associated with the event.
StatusUpdateEventInterface
.client
packages/wapi.js/src/webhook/events/base/interface.ts:18
context:
MessageContext
The context of the status update.
StatusUpdateEventInterface
.context
packages/wapi.js/src/webhook/events/base/interface.ts:77
failReason:
string
The reason for the message failure.
packages/wapi.js/src/webhook/events/message-failed/interface.ts:13
timestamp:
number
The timestamp of the status update.
StatusUpdateEventInterface
.timestamp