Skip to main content
Module

x/discord_api_types/rest/v8/voice.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
File
import type { APIVoiceRegion } from '../../payloads/v8/mod.ts';
/** * https://discord.com/developers/docs/resources/voice#list-voice-regions * @deprecated API and gateway v8 are deprecated and the types will not receive further updates, please update to v10. */export type GetAPIVoiceRegionsResult = APIVoiceRegion[];