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