VoiceServer
The voice server packet.
Signature
export interface VoiceServerProperties
token: string;The voice server token.
@type{string}
guild_id: string;The voice server guild id.
@type{string}
endpoint: string | null;The voice server endpoint.
@descriptionNull while Discord reallocates the guild's voice server; a fresh update with a real endpoint follows.@type{string | null}