new MessageFailedEvent(params
):MessageFailedEvent
Client
• params.data
• params.data.failReason: string
• params.data.from: string
• params.data.timestamp: string
MessageFailedEvent
StatusUpdateEvent
.constructor
client: Client
The client instance associated with the event.
MessageFailedEventInterface
.client
StatusUpdateEvent
.client
context: MessageContext
The context of the status update.
MessageFailedEventInterface
.context
StatusUpdateEvent
.context
failReason: string
The reason for the message failure.
MessageFailedEventInterface
.failReason
timestamp: number
The timestamp of the status update.
MessageFailedEventInterface
.timestamp
StatusUpdateEvent
.timestamp