Interface: MessageFailedEventInterface
Represents the interface for a message failed event.Interface
MessageFailedEventInterfaceExtends
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:18context
context: MessageContext
The context of the status update.
Inherited from
StatusUpdateEventInterface
.context
Source
packages/wapi.js/src/webhook/events/base/interface.ts:77failReason
failReason: string
The reason for the message failure.
Source
packages/wapi.js/src/webhook/events/message-failed/interface.ts:13timestamp
timestamp: number
The timestamp of the status update.
Inherited from
StatusUpdateEventInterface
.timestamp