declare class ApplicationCommandOptionWithAutocompleteMixinThis mixin holds choices and autocomplete symbols used for options.
readonlyoptionalexternalautocomplete? : boolean
Whether this option utilizes autocomplete.
readonlyexternaltype : ApplicationCommandOptionType
The type of this option.
external setAutocomplete(autocomplete: boolean) : this
autocomplete: boolean
Whether this option uses autocomplete.