Skip to main content
Module

x/discordeno/mod.ts>ShardGatewayConfig

Discord API library for Deno
Latest
interface ShardGatewayConfig
Re-export
import { type ShardGatewayConfig } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

compress: boolean

Whether incoming payloads are compressed using zlib.

intents: number

The calculated intent value of the events which the shard should receive.

properties: { os: string; browser: string; device: string; }

Identify properties to use

token: string

Bot token which is used to connect to Discord

url: string

The URL of the gateway which should be connected to.

version: number

The gateway version which should be used.