Discolink
    Preparing search index...

    Interface APIVoiceState

    interface APIVoiceState {
        token: string;
        endpoint: string;
        sessionId: string;
    }
    Index

    Properties

    token: string

    The Discord voice token to authenticate with

    endpoint: string

    The Discord voice endpoint to connect to

    sessionId: string

    The Discord voice session id to authenticate with