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

    Interface APIAutocompleteApplicationCommandInteractionData

    interface APIAutocompleteApplicationCommandInteractionData {
        guild_id?: string;
        id: string;
        name: string;
        options?: APIApplicationCommandInteractionDataOption<
            ApplicationCommandAutocomplete,
        >[];
        resolved?: APIInteractionDataResolved;
        type: ChatInput;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guild_id?: string
    id: string
    name: string
    type: ChatInput