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
Name
public string Name { get; }
Property Value
Type
public ApplicationCommandType Type { get; }