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
StringMenuInteractionclient
GatewayClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public GatewayClient Client { get; }
Property Value
Guild
public Guild? Guild { get; }
Property Value
Message
public RestMessage Message { get; }
Property Value
SelectedValues
public IReadOnlyList<string> SelectedValues { get; }
Property Value
User
public User User { get; }