Class SocketApplicationCommandChoice
Represents a choice for a Discord.WebSocket.SocketApplicationCommandOption.
Assembly: Discord.Net.WebSocket.dll​
View Source​
Declaration
public class SocketApplicationCommandChoice : IApplicationCommandOptionChoice
Properties​
Name​
Gets the choice name.
View Source​
Declaration
public string Name { get; }
Value​
Gets the value of the choice.
View Source​
Declaration
public object Value { get; }