@typed-discord/interactions
    Preparing search index...

    Interface BaseApplicationCommandData

    interface BaseApplicationCommandData {
        guild_id?: `${bigint}`;
        id?: `${bigint}`;
        name: string;
        type: ApplicationCommandType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guild_id?: `${bigint}`

    ID of the guild the command is registered to.

    id?: `${bigint}`

    Application command ID of the invoked command.

    name: string

    Name of the invoked command.

    type: ApplicationCommandType

    Type of the invoked command.