Table of Contents

Property Options

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Options

Gets the additional parameters if this parameter is a subcommand.

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

Property Value

IReadOnlyList<DiscordInteractionDataOption>