Table of Contents

Class HttpRoleMenuInteractionContext

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll
public class HttpRoleMenuInteractionContext : BaseRoleMenuInteractionContext, IComponentInteractionContext, IInteractionContext, IRestClientContext, IRestMessageContext, IUserContext, IChannelContext
Inheritance
HttpRoleMenuInteractionContext
Implements
Inherited Members

Constructors

HttpRoleMenuInteractionContext(RoleMenuInteraction, RestClient)

public HttpRoleMenuInteractionContext(RoleMenuInteraction interaction, RestClient client)

Parameters

interaction RoleMenuInteraction
client RestClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

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