Interface DisconnectUserEvent

Hierarchy

  • DisconnectUserEvent

Properties

attributes?: Record<string, string>

Key-value object for any additional event data.

id: string

Server-generated unique identifier of the event.

reason?: string

The reason for disconnecting given user.

requestId?: string

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

sendTime: Date

Date and time when the event has been sent.

userId: string

Id of user to disconnect.

Generated using TypeDoc