discord-api-types
Version:
Discord API typings that are kept up to date for use in bot library creation.
8 lines • 359 B
TypeScript
import type { APIVoiceRegion } from '../../payloads/v8/index';
/**
* 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[];
//# sourceMappingURL=voice.d.ts.map