Interface CommandAutoCompleteInteraction

All Superinterfaces:
CommandInteractionPayload, IAutoCompleteCallback, Interaction, ISnowflake
All Known Implementing Classes:
CommandAutoCompleteInteractionEvent

public interface CommandAutoCompleteInteraction extends IAutoCompleteCallback, CommandInteractionPayload
Interaction for auto-complete options in slash-commands.
These interactions may provide incomplete lists of options with invalid values as they represent partial command executions. Some required options may be missing. All the provided options can be used as "context" for the focused option, but they might not be valid.

This is used to suggest up to 25 choices for the focused option.

See Also: