Table of Contents

Class HttpComponentInteractionContext

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll
public class HttpComponentInteractionContext : BaseComponentInteractionContext, IComponentInteractionContext, IInteractionContext, IRestClientContext, IUserContext, IChannelContext
Inheritance
HttpComponentInteractionContext
Implements
Inherited Members

Constructors

HttpComponentInteractionContext(ComponentInteraction, RestClient)

public HttpComponentInteractionContext(ComponentInteraction interaction, RestClient client)

Parameters

interaction ComponentInteraction
client RestClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

User

public User User { get; }

Property Value

User