Class BaseComponentInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class BaseComponentInteractionContext : IComponentInteractionContext, IInteractionContext
- Inheritance
-
BaseComponentInteractionContext
- Implements
- Derived
- Inherited Members
Constructors
BaseComponentInteractionContext(ComponentInteraction)
public BaseComponentInteractionContext(ComponentInteraction interaction)
Parameters
interaction
ComponentInteraction
Properties
Interaction
public ComponentInteraction Interaction { get; }