Discord.https - v3.0.16
    Preparing search index...

    Interface APIApplicationCommandAutocompleteInteractionModified

    A modified interaction option used while resolving an APIApplicationCommandAutocompleteInteraction.

    interface APIApplicationCommandAutocompleteInteractionModified {
        focused?: boolean;
        name: string;
        options?: APIApplicationCommandOption[];
        type: ApplicationCommandOptionType;
        value?: string;
    }
    Index

    Properties

    focused?: boolean

    Whether this option is currently focused.

    name: string

    Name of the option.

    Nested options for subcommands or groups.

    Type of the option (string, number, etc.).

    value?: string

    Current value of the option if provided.