Interface DeleteMessageEvent

Hierarchy

  • DeleteMessageEvent

Properties

attributes?: Record<string, string>

Key-value object for any additional event data.

id: string

Server-generated unique identifier of the event.

messageId: string

Message identifier of the deleted message.

reason?: string

The reason for deleting the message.

requestId?: string

Client-generated identifier of the request that triggered the event.

sendTime: Date

Date and time when the event has been sent.

Generated using TypeDoc