interface ShardGatewayConfigRe-exportimport { type ShardGatewayConfig } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; Propertiescompress: booleanWhether incoming payloads are compressed using zlib. intents: numberThe calculated intent value of the events which the shard should receive. properties: { os: string; browser: string; device: string; }Identify properties to use token: stringBot token which is used to connect to Discord url: stringThe URL of the gateway which should be connected to. version: numberThe gateway version which should be used.