Table of Contents

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 RoleMenuInteraction
client GatewayClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public GatewayClient Client { get; }

Property Value

GatewayClient

Guild

public Guild? Guild { get; }

Property Value

Guild

Message

public RestMessage Message { get; }

Property Value

RestMessage

SelectedRoles

public IReadOnlyList<Role> SelectedRoles { get; }

Property Value

IReadOnlyList<Role>

User

public User User { get; }

Property Value

User