Skip to main content
Module

x/discord_api_types/gateway/common.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
File
/** * https://discord.com/developers/docs/topics/gateway#connecting-gateway-url-params */export interface GatewayURLQuery { v: string; encoding: 'json' | 'etf'; compress?: 'zlib-stream';}