Class BaseChannelMenuInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
Base context for handling channel menu interactions.
public class BaseChannelMenuInteractionContext : IComponentInteractionContext, IInteractionContext, IContext
- Inheritance
-
BaseChannelMenuInteractionContext
- Implements
- Derived
- Inherited Members
Constructors
BaseChannelMenuInteractionContext(ChannelMenuInteraction)
Base context for handling channel menu interactions.
public BaseChannelMenuInteractionContext(ChannelMenuInteraction interaction)
Parameters
interactionChannelMenuInteractionThe interaction that is being handled.
Properties
Interaction
The interaction that is being handled.
public ChannelMenuInteraction Interaction { get; }