Table of Contents

Class BaseMessageComponentInteractionContext

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

Base context for handling message component interactions.

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

Constructors

BaseMessageComponentInteractionContext(MessageComponentInteraction)

Base context for handling message component interactions.

public BaseMessageComponentInteractionContext(MessageComponentInteraction interaction)

Parameters

interaction MessageComponentInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public MessageComponentInteraction Interaction { get; }

Property Value

MessageComponentInteraction