interface CreateWebSocketManagerOptions

export interface CreateWebSocketManagerOptions extends Partial<OptionalWebSocketManagerOptions>, RequiredWebSocketManagerOptions

intents : GatewayIntentBits | 0

The intents to request

Inherited from: RequiredWebSocketManagerOptions

rest : REST

The REST instance to use for fetching gateway information

Inherited from: RequiredWebSocketManagerOptions

token : string

The token to use for identifying with the gateway

Inherited from: RequiredWebSocketManagerOptions