Table of Contents

Class BaseUserMenuInteractionContext

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

Base context for handling user menu interactions.

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

Constructors

BaseUserMenuInteractionContext(UserMenuInteraction)

Base context for handling user menu interactions.

public BaseUserMenuInteractionContext(UserMenuInteraction interaction)

Parameters

interaction UserMenuInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public UserMenuInteraction Interaction { get; }

Property Value

UserMenuInteraction