class ApplicationCommandOptionWithAutocompleteMixin

external
declare class ApplicationCommandOptionWithAutocompleteMixin

This mixin holds choices and autocomplete symbols used for options.

readonlyoptionalexternal
autocomplete? : boolean

Whether this option utilizes autocomplete.

readonlyexternal
type : ApplicationCommandOptionType

The type of this option.

external
setAutocomplete(
autocomplete: boolean
) : this

Whether this option uses autocomplete.