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