Interface IComponentInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
Provides context for handling component interactions such as buttons and select menus.
public interface IComponentInteractionContext : IInteractionContext, IContext
Properties
Interaction
The interaction that is being handled.
ComponentInteraction Interaction { get; }