Discolink
    Preparing search index...

    Interface CreateQueueOptions<Context>

    Options for creating a queue via manager

    interface CreateQueueOptions<
        Context extends Record<string, unknown> = EmptyObject,
    > {
        guildId: string;
        voiceId: string;
        node?: string;
        context?: Context;
        volume?: number;
        filters?: Filters<EmptyObject>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string
    voiceId: string
    node?: string
    context?: Context
    volume?: number

    The player volume, in percentage, from 0 to 1000

    filters?: Filters<EmptyObject>

    The new filters to apply. This will override all previously applied filters