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
MentionableMenuInteractionclient
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
SelectedMentionables
public IReadOnlyList<Mentionable> SelectedMentionables { get; }
Property Value
User
public User User { get; }