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-query-string-params */export interface GatewayURLQuery { v: string; encoding: 'etf' | 'json'; compress?: 'zlib-stream';}