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

    Interface JoinOptions

    interface JoinOptions {
        channel: null | string;
        deaf?: boolean;
        mute?: boolean;
    }
    Index

    Properties

    Properties

    channel: null | string
    deaf?: boolean
    mute?: boolean