Interface IApplicationCommandOptionChoice
Specifies choices for command group.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IApplicationCommandOptionChoice
Properties
| Improve this Doc View SourceName
Gets the choice name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Value
Gets the value of the choice.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
Object |