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

    Interface APIApplicationCommandInteractionDataIntegerOption<Type>

    interface APIApplicationCommandInteractionDataIntegerOption<
        Type extends InteractionType = InteractionType,
    > {
        focused?: boolean;
        name: string;
        type: Integer;
        value: Type extends ApplicationCommandAutocomplete ? string : number;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    focused?: boolean
    name: string
    type: Integer
    value: Type extends ApplicationCommandAutocomplete ? string : number