Table of Contents

Property Choices

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Choices

Gets the optional choices for this command parameter. Not applicable for auto-complete options.

[JsonProperty("choices", NullValueHandling = NullValueHandling.Ignore)]
public List<DiscordApplicationCommandOptionChoice>? Choices { get; }

Property Value

List<DiscordApplicationCommandOptionChoice>