hoshimi
    Preparing search index...

    Interface VoicePacket

    The voice packet.

    interface VoicePacket {
        d: VoiceServer | VoiceState;
        t: "VOICE_SERVER_UPDATE" | "VOICE_STATE_UPDATE";
    }
    Index

    Properties

    d t

    Properties

    The packet data.

    t: "VOICE_SERVER_UPDATE" | "VOICE_STATE_UPDATE"

    The packet type.