Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayVoiceServerUpdateDispatchData

    interface GatewayVoiceServerUpdateDispatchData {
        endpoint: null | string;
        guild_id: string;
        token: string;
    }
    Index

    Properties

    endpoint: null | string

    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

    guild_id: string

    The guild this voice server update is for

    token: string

    Voice connection token