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

    Interface APIBaseApplicationCommandInteractionData<Type>

    interface APIBaseApplicationCommandInteractionData<
        Type extends ApplicationCommandType,
    > {
        guild_id?: string;
        id: string;
        name: string;
        type: Type;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guild_id?: string
    id: string
    name: string
    type: Type