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

    Interface RPCVoiceConnectionStatusPing

    The ping object for the VOICE_CONNECTION_STATUS dispatched RPCVoiceConnectionStatusDispatchData.pings field, but discord's documentation incorrectly documents it as an 'array of integers'.

    interface RPCVoiceConnectionStatusPing {
        time: number;
        value: number;
    }
    Index

    Properties

    Properties

    time: number

    The time the ping was sent

    value: number

    The latency of the ping in milliseconds