Skip to main content
Module

x/discord_api_types/v9.ts>APIVoiceRegion

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIVoiceRegion
Re-export
import { type APIVoiceRegion } from "https://deno.land/x/discord_api_types@0.37.11/v9.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)