Table of Contents

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

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public GatewayClient Client { get; }

Property Value

GatewayClient

Guild

public Guild? Guild { get; }

Property Value

Guild

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