Skip to main content
Module

x/denocordts/deps.ts>APIVoiceRegion

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIVoiceRegion
Re-export
import { type APIVoiceRegion } from "https://deno.land/x/denocordts@1.2.0/deps.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)