Table of Contents

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 ChannelMenuInteraction
client RestClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

Message

public RestMessage Message { get; }

Property Value

RestMessage

SelectedChannels

public IReadOnlyList<Channel> SelectedChannels { get; }

Property Value

IReadOnlyList<Channel>

User

public User User { get; }

Property Value

User