@lacunahub/lavaluna.js
    Preparing search index...

    Interface DiscordVoicePacket

    interface DiscordVoicePacket {
        d: DiscordVoiceServer | DiscordVoiceState;
        t?: "VOICE_STATE_UPDATE" | "VOICE_SERVER_UPDATE";
    }
    Index

    Properties

    d t?

    Properties

    The data of the packet.

    t?: "VOICE_STATE_UPDATE" | "VOICE_SERVER_UPDATE"

    The type of packet.