Table of Contents

Property Choices

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Choices

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

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

Property Value

IReadOnlyList<DiscordApplicationCommandOptionChoice>