Class BaseComponentInteractionModule<TContext>
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
Represents a base module for component interactions.
public abstract class BaseComponentInteractionModule<TContext> where TContext : IComponentInteractionContext
Type Parameters
TContextThe context the invoked component interactions use.
- Inheritance
-
BaseComponentInteractionModule<TContext>
- Derived
- Inherited Members
Constructors
BaseComponentInteractionModule()
protected BaseComponentInteractionModule()
Properties
Context
The context associated with the invoked command or interaction.
public TContext Context { get; }
Property Value
- TContext