Table of Contents

Class EntityMenuInteractionContext

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

Constructors

EntityMenuInteractionContext(EntityMenuInteraction, GatewayClient)

public EntityMenuInteractionContext(EntityMenuInteraction interaction, GatewayClient client)

Parameters

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

SelectedValues

public IReadOnlyList<ulong> SelectedValues { get; }

Property Value

IReadOnlyList<ulong>

User

public User User { get; }

Property Value

User