Table of Contents

Class SlashCommandInteractionData

Namespace
NetCord
Assembly
NetCord.dll
public class SlashCommandInteractionData : ApplicationCommandInteractionData, IJsonModel<JsonInteractionData>
Inheritance
SlashCommandInteractionData
Implements
Derived
Inherited Members

Constructors

SlashCommandInteractionData(JsonInteractionData, ulong?, RestClient)

public SlashCommandInteractionData(JsonInteractionData jsonModel, ulong? guildId, RestClient client)

Parameters

jsonModel JsonInteractionData
guildId ulong?
client RestClient

Properties

Options

public IReadOnlyList<ApplicationCommandInteractionDataOption> Options { get; }

Property Value

IReadOnlyList<ApplicationCommandInteractionDataOption>

ResolvedData

public InteractionResolvedData? ResolvedData { get; }

Property Value

InteractionResolvedData