Skip to main content
Module

x/denord/mod.ts>VoiceRegion

🗣 Discord API module
Latest
interface VoiceRegion
import { type VoiceRegion } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

unique ID for the region

name: string

name of the region

vip: boolean

true if this is a vip-only server

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)