Skip to main content
Module

x/discord_api_types/rest/v10/gateway.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
File
import type { APIGatewayBotInfo, APIGatewayInfo } from '../../payloads/v10/mod.ts';
/** * https://discord.com/developers/docs/topics/gateway#get-gateway */export type RESTGetAPIGatewayResult = APIGatewayInfo;
/** * https://discord.com/developers/docs/topics/gateway#get-gateway-bot */export type RESTGetAPIGatewayBotResult = APIGatewayBotInfo;