Class AutocompleteAttribute
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
Handles autocomplete choices for a slash command parameter.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class AutocompleteAttribute : Attribute
- Inheritance
-
AutocompleteAttribute
Constructors
- AutocompleteAttribute(Type)
Handles autocomplete choices for a slash command parameter.
Properties
- Provider
The provider for this autocomplete parameter.