Class ParameterChoice
Represents a Slash Command parameter choice.
Namespace: Discord.Interactions
Assembly: Discord.Net.Interactions.dll
Syntax
public class ParameterChoice : object
Properties
| Improve this Doc View SourceName
Gets the name of the choice.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Value
Gets the value of the choice.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
Object |