Table of Contents

Class HttpEntityMenuInteractionContext

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

Constructors

HttpEntityMenuInteractionContext(EntityMenuInteraction, RestClient)

public HttpEntityMenuInteractionContext(EntityMenuInteraction interaction, RestClient client)

Parameters

interaction EntityMenuInteraction
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

SelectedValues

public IReadOnlyList<ulong> SelectedValues { get; }

Property Value

IReadOnlyList<ulong>

User

public User User { get; }

Property Value

User