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