Class ApplicationCommandInteraction
- Namespace
- NetCord
- Assembly
- NetCord.dll
Acts as a base class for application commands, such as slash commands and message commands.
public abstract class ApplicationCommandInteraction : Interaction, IEquatable<Entity>, IInteraction, IEntity, ISpanFormattable, IFormattable, IJsonModel<JsonInteraction>
- Inheritance
-
ApplicationCommandInteraction
- Implements
- Derived
- Inherited Members
Properties
Data
Holds the containing application command's data.
public override abstract ApplicationCommandInteractionData Data { get; }