Interface
WebSocketShardOptions
Properties
| Name | Type | Description |
|---|---|---|
| debug? | boolean | When false, debug events are suppressed. Default: true. |
| e2eeCapable? | boolean | Identify properties.e2ee_capable. Defaults to true (needed for E2EE voice). Set false to advertise that this session is not E2EE capable. |
| flags? | number | Identify flags. |
| ignoredEvents? | string[] | Identify ignored_events. |
| initialGuildId? | string | Identify initial_guild_id. |
| intents? | number | Legacy intents. Fluxer has no intents; this is not sent on Identify. |
| numShards | number | |
| presence? | GatewayPresenceUpdateData | |
| sessionStore? | ISessionStore | Optional persistent session store for RESUME across restarts. |
| shardId | number | |
| token | string | |
| url | string | |
| version? | string | Gateway API version (e.g. "1"). Defaults to "1". |
| WebSocket? | WebSocketConstructor |