Table of Contents

Class MentionableMenuInteractionContext

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

Constructors

MentionableMenuInteractionContext(MentionableMenuInteraction, GatewayClient)

public MentionableMenuInteractionContext(MentionableMenuInteraction interaction, GatewayClient client)

Parameters

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

SelectedMentionables

public IReadOnlyList<Mentionable> SelectedMentionables { get; }

Property Value

IReadOnlyList<Mentionable>

User

public User User { get; }

Property Value

User