Skip to main content
Module

x/discord_api_types/payloads/v8/voice.ts>APIVoiceRegion

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIVoiceRegion
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APIVoiceRegion } from "https://deno.land/x/discord_api_types@0.37.2/payloads/v8/voice.ts";

Properties

id: string

Unique ID for the region

name: string

Name of the region

optimal: boolean

true for a single server that is closest to the current user's client

deprecated: boolean

Whether this is a deprecated voice region (avoid switching to these)

custom: boolean

Whether this is a custom voice region (used for events/etc)