Class DiscordApplicationCommandAutocompleteChoice
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents an option for a user to select for auto-completion.
public sealed class DiscordApplicationCommandAutocompleteChoice
- Inheritance
-
DiscordApplicationCommandAutocompleteChoice
- Inherited Members
Constructors
- DiscordApplicationCommandAutocompleteChoice(string, object, DiscordApplicationCommandLocalization)
Creates a new instance of DiscordApplicationCommandAutocompleteChoice.
Properties
- Name
Gets the name of this option which will be presented to the user.
- NameLocalizations
Gets the name localizations.
- Value
Gets the value of this option.