Constructor DiscordAutoCompleteChoice
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
DiscordAutoCompleteChoice(string, object?)
Creates a new instance of DiscordAutoCompleteChoice.
public DiscordAutoCompleteChoice(string name, object? value)
Parameters
name
stringThe name of this option, which will be presented to the user.
value
objectThe value of this option.