discord-api-types
Version:
Discord API typings that are kept up to date for use in bot library creation.
8 lines • 345 B
TypeScript
import type { APIVoiceRegion } from '../../payloads/v6/index';
/**
* https://discord.com/developers/docs/resources/voice#list-voice-regions
*
* @deprecated API v6 is deprecated and the types will not receive further updates, please update to v8.
*/
export type GetAPIVoiceRegionsResult = APIVoiceRegion[];
//# sourceMappingURL=voice.d.ts.map