Class RoleMenuInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class RoleMenuInteractionContext : BaseRoleMenuInteractionContext, IComponentInteractionContext, IInteractionContext, IGatewayClientContext, IRestMessageContext, IUserContext, IGuildContext, IChannelContext
- Inheritance
-
RoleMenuInteractionContext
- Implements
- Inherited Members
Constructors
RoleMenuInteractionContext(RoleMenuInteraction, GatewayClient)
public RoleMenuInteractionContext(RoleMenuInteraction interaction, GatewayClient client)
Parameters
interaction
RoleMenuInteractionclient
GatewayClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public GatewayClient Client { get; }
Property Value
Guild
public Guild? Guild { get; }
Property Value
Message
public RestMessage Message { get; }
Property Value
SelectedRoles
public IReadOnlyList<Role> SelectedRoles { get; }
Property Value
User
public User User { get; }