Table of Contents

Class UserMenuInteractionContext

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

Constructors

UserMenuInteractionContext(UserMenuInteraction, GatewayClient)

public UserMenuInteractionContext(UserMenuInteraction interaction, GatewayClient client)

Parameters

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

SelectedUsers

public IReadOnlyList<User> SelectedUsers { get; }

Property Value

IReadOnlyList<User>

User

public User User { get; }

Property Value

User