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

    Interface InteractionApplicationCommandAutocompleteCallbackIntegerData

    interface InteractionApplicationCommandAutocompleteCallbackIntegerData {
        choices?: (ApplicationCommandOptionIntegerChoice | null)[] | null;
    }
    Index

    Properties

    Properties

    choices?: (ApplicationCommandOptionIntegerChoice | null)[] | null