@discordx/lava-player
    Preparing search index...

    Interface VoiceStateUpdate

    interface VoiceStateUpdate {
        channel_id?: string;
        deaf?: boolean;
        guild_id: string;
        mute?: boolean;
        self_deaf?: boolean;
        self_mute?: boolean;
        session_id: string;
        suppress?: boolean;
        user_id: string;
    }
    Index

    Properties

    channel_id?: string
    deaf?: boolean
    guild_id: string
    mute?: boolean
    self_deaf?: boolean
    self_mute?: boolean
    session_id: string
    suppress?: boolean
    user_id: string