Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>DiscordVoiceRegion

Discord API library for Node and Deno
Latest
interface DiscordVoiceRegion
Re-export
import { type DiscordVoiceRegion } from "https://deno.land/x/discordeno_patched@18.0.3/mod.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)