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