Interface IApplicationCommandOptionChoice
Specifies choices for command group.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IApplicationCommandOptionChoice
Properties​
Name​
Gets the choice name.
View Source​
Declaration
string Name { get; }
Value​
Gets the value of the choice.
View Source​
Declaration
object Value { get; }