Class BaseEntityMenuInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
Base context for handling entity menu interactions.
public class BaseEntityMenuInteractionContext : IComponentInteractionContext, IInteractionContext, IContext
- Inheritance
-
BaseEntityMenuInteractionContext
- Implements
- Derived
- Inherited Members
Constructors
BaseEntityMenuInteractionContext(EntityMenuInteraction)
Base context for handling entity menu interactions.
public BaseEntityMenuInteractionContext(EntityMenuInteraction interaction)
Parameters
interactionEntityMenuInteractionThe interaction that is being handled.
Properties
Interaction
The interaction that is being handled.
public EntityMenuInteraction Interaction { get; }