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

    Interface ApplicationCommandInteractionIntegerOption

    interface ApplicationCommandInteractionIntegerOption {
        name: string;
        type: INTEGER;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: INTEGER

    Value of the application command option type.

    value: number

    The integer value provided by the user.