Skip to main content
Module

x/discord_api_types/v9.ts>GatewayVoiceServerUpdateDispatchData

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayVoiceServerUpdateDispatchData
import { type GatewayVoiceServerUpdateDispatchData } from "https://deno.land/x/discord_api_types@0.37.11/v9.ts";

Properties

token: string

Voice connection token

guild_id: Snowflake

The guild this voice server update is for

endpoint: string | null

The voice server host

A null endpoint means that the voice server allocated has gone away and is trying to be reallocated. You should attempt to disconnect from the currently connected voice server, and not attempt to reconnect until a new voice server is allocated