Table of Contents

Class BaseComponentInteractionContext

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll

Base context for handling component interactions.

public class BaseComponentInteractionContext : IComponentInteractionContext, IInteractionContext, IContext
Inheritance
BaseComponentInteractionContext
Implements
Derived
Inherited Members

Constructors

BaseComponentInteractionContext(ComponentInteraction)

Base context for handling component interactions.

public BaseComponentInteractionContext(ComponentInteraction interaction)

Parameters

interaction ComponentInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public ComponentInteraction Interaction { get; }

Property Value

ComponentInteraction