Table of Contents

Property Options

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Options

Gets the optional subcommand parameters for this parameter.

[JsonProperty("options", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordApplicationCommandOption> Options { get; }

Property Value

IReadOnlyList<DiscordApplicationCommandOption>