Table of Contents

Class HttpMentionableMenuInteractionContext

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

Constructors

HttpMentionableMenuInteractionContext(MentionableMenuInteraction, RestClient)

public HttpMentionableMenuInteractionContext(MentionableMenuInteraction interaction, RestClient client)

Parameters

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

SelectedMentionables

public IReadOnlyList<Mentionable> SelectedMentionables { get; }

Property Value

IReadOnlyList<Mentionable>

User

public User User { get; }

Property Value

User