Class ChannelMenuInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class ChannelMenuInteractionContext : BaseChannelMenuInteractionContext, IComponentInteractionContext, IInteractionContext, IGatewayClientContext, IRestMessageContext, IUserContext, IGuildContext, IChannelContext
- Inheritance
-
ChannelMenuInteractionContext
- Implements
- Inherited Members
Constructors
ChannelMenuInteractionContext(ChannelMenuInteraction, GatewayClient)
public ChannelMenuInteractionContext(ChannelMenuInteraction interaction, GatewayClient client)
Parameters
interaction
ChannelMenuInteractionclient
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
SelectedChannels
public IReadOnlyList<Channel> SelectedChannels { get; }
Property Value
User
public User User { get; }