Interface IDiscordApplicationCommandOptionChoice
Represents a discord Application Command Option Choice Structure API model. Docs: https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure
Namespace: Color_Chan.Discord.Core.Common.Models.Application
Assembly: Color-Chan.Discord.Core.dll
Syntax
public interface IDiscordApplicationCommandOptionChoice
Properties
| Improve this Doc View SourceName
1-100 character choice name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RawValue
Value of the choice, up to 100 characters if string.
Declaration
object RawValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |