Table of Contents

Class StringMenuInteractionContext

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

Constructors

StringMenuInteractionContext(StringMenuInteraction, GatewayClient)

public StringMenuInteractionContext(StringMenuInteraction interaction, GatewayClient client)

Parameters

interaction StringMenuInteraction
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<string> SelectedValues { get; }

Property Value

IReadOnlyList<string>

User

public User User { get; }

Property Value

User