VoiceServer

The voice server packet.

Signature

export interface VoiceServer

Properties

3

Methods

0

No methods.

Properties

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}