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
EntityMenuInteractionclient
RestClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public RestClient Client { get; }
Property Value
Message
public RestMessage Message { get; }
Property Value
SelectedValues
public IReadOnlyList<ulong> SelectedValues { get; }
Property Value
User
public User User { get; }