interface CreateWebSocketManagerOptions

external
interface CreateWebSocketManagerOptions extends Partial<OptionalWebSocketManagerOptions>, RequiredWebSocketManagerOptions

external
intents : GatewayIntentBits | 0

The intents to request

Inherited from: RequiredWebSocketManagerOptions

external
rest : REST

The REST instance to use for fetching gateway information

Inherited from: RequiredWebSocketManagerOptions

external
token : string

The token to use for identifying with the gateway

Inherited from: RequiredWebSocketManagerOptions