class ApplicationCommandOptionWithAutocompleteMixin

export declare class ApplicationCommandOptionWithAutocompleteMixin

This mixin holds choices and autocomplete symbols used for options.

readonlyoptional
autocomplete? : boolean

Whether this option utilizes autocomplete.

The type of this option.

setAutocomplete(
autocomplete: boolean
) : this

Whether this option uses autocomplete.