Skip to main content

Class RestApplicationCommandChoice

Represents a Rest-based implementation of Discord.IApplicationCommandOptionChoice.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestApplicationCommandChoice : 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; }

Implements​