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

    Interface InteractionApplicationCommandAutocompleteCallbackNumberData

    interface InteractionApplicationCommandAutocompleteCallbackNumberData {
        choices?: (ApplicationCommandOptionNumberChoice | null)[] | null;
    }
    Index

    Properties

    Properties

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