Class BaseComponentInteractionModule<TContext>
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class BaseComponentInteractionModule<TContext> where TContext : IComponentInteractionContext
Type Parameters
TContext
- Inheritance
-
BaseComponentInteractionModule<TContext>
- Derived
- Inherited Members
Constructors
BaseComponentInteractionModule()
public BaseComponentInteractionModule()
Properties
Context
public TContext Context { get; }
Property Value
- TContext