Table of Contents

Class ApplicationCommandInteractionData

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

Constructors

ApplicationCommandInteractionData(JsonInteractionData)

public ApplicationCommandInteractionData(JsonInteractionData jsonModel)

Parameters

jsonModel JsonInteractionData

Properties

Id

public ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

Type

public ApplicationCommandType Type { get; }

Property Value

ApplicationCommandType