Skip to main content
Module

x/harmony/src/types/voice.ts>VoiceRegion

An easy to use Discord API Library for Deno.
Go to Latest
interface VoiceRegion
import { type VoiceRegion } from "https://deno.land/x/harmony@v2.9.0/src/types/voice.ts";

Voice Region Structure

Properties

id: string

Unique ID for the region

name: string

Name of the region

deprecated
vip: false

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)