declare class ApplicationCommandOptionWithAutocompleteMixin
This mixin holds choices and autocomplete symbols used for options.
readonlyoptionalexternalboolean autocomplete? :
Whether this option utilizes autocomplete.
readonlyexternalApplicationCommandOptionType type :
The type of this option.
external setAutocompleteautocomplete: boolean) : this (
autocomplete: boolean
Whether this option uses autocomplete.