interfaces
MessageFailedEventInterface
Wapi.js Docs / MessageFailedEventInterface
Interface: MessageFailedEventInterface
Represents the interface for a message failed event.
Interface
MessageFailedEventInterface
Extends
Properties
client
client:
Client
The client instance associated with the event.
Inherited from
StatusUpdateEventInterface
.client
Source
packages/wapi.js/src/webhook/events/base/interface.ts:18
context
context:
MessageContext
The context of the status update.
Inherited from
StatusUpdateEventInterface
.context
Source
packages/wapi.js/src/webhook/events/base/interface.ts:77
failReason
failReason:
string
The reason for the message failure.
Source
packages/wapi.js/src/webhook/events/message-failed/interface.ts:13
timestamp
timestamp:
number
The timestamp of the status update.
Inherited from
StatusUpdateEventInterface
.timestamp
Source
Was this page helpful?