discord-api-types
Version:
Discord API typings that are kept up to date for use in bot library creation.
10 lines • 411 B
TypeScript
import type { APIGatewayBotInfo, APIGatewayInfo } from '../../payloads/v9/index';
/**
* @see {@link https://discord.com/developers/docs/topics/gateway#get-gateway}
*/
export type RESTGetAPIGatewayResult = APIGatewayInfo;
/**
* @see {@link https://discord.com/developers/docs/topics/gateway#get-gateway-bot}
*/
export type RESTGetAPIGatewayBotResult = APIGatewayBotInfo;
//# sourceMappingURL=gateway.d.ts.map