Interface IApplicationCommandContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
Context for handling application command interactions.
public interface IApplicationCommandContext : IInteractionContext, IContext
Properties
Interaction
The interaction that is being handled.
ApplicationCommandInteraction Interaction { get; }