Table of Contents

Class HttpStringMenuInteractionContext

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

Constructors

HttpStringMenuInteractionContext(StringMenuInteraction, RestClient)

public HttpStringMenuInteractionContext(StringMenuInteraction interaction, RestClient client)

Parameters

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

SelectedValues

public IReadOnlyList<string> SelectedValues { get; }

Property Value

IReadOnlyList<string>

User

public User User { get; }

Property Value

User