Class HttpChannelMenuInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class HttpChannelMenuInteractionContext : BaseChannelMenuInteractionContext, IComponentInteractionContext, IInteractionContext, IRestClientContext, IRestMessageContext, IUserContext, IChannelContext
- Inheritance
-
HttpChannelMenuInteractionContext
- Implements
- Inherited Members
Constructors
HttpChannelMenuInteractionContext(ChannelMenuInteraction, RestClient)
public HttpChannelMenuInteractionContext(ChannelMenuInteraction interaction, RestClient client)
Parameters
interaction
ChannelMenuInteractionclient
RestClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public RestClient Client { get; }
Property Value
Message
public RestMessage Message { get; }
Property Value
SelectedChannels
public IReadOnlyList<Channel> SelectedChannels { get; }
Property Value
User
public User User { get; }