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

    Interface APIChatInputApplicationCommandInteractionData

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

    Hierarchy (View Summary)

    Index

    Properties

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