Table of Contents

Class BaseButtonInteractionContext

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

Base context for handling button interactions.

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

Constructors

BaseButtonInteractionContext(ButtonInteraction)

Base context for handling button interactions.

public BaseButtonInteractionContext(ButtonInteraction interaction)

Parameters

interaction ButtonInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public ButtonInteraction Interaction { get; }

Property Value

ButtonInteraction