Skip to main content
Module

x/discordeno/mod.ts>ShardGatewayConfig

Discord API library for Deno
Extremely Popular
Go to Latest
interface ShardGatewayConfig
Re-export
import { type ShardGatewayConfig } from "https://deno.land/x/discordeno@13.0.0-rc45/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.