Table of Contents

Class AutocompleteInteractionContext

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public class AutocompleteInteractionContext : BaseAutocompleteInteractionContext, IAutocompleteInteractionContext, IInteractionContext, IGatewayClientContext, IGuildContext, IChannelContext, IUserContext
Inheritance
AutocompleteInteractionContext
Implements
Inherited Members

Constructors

AutocompleteInteractionContext(AutocompleteInteraction, GatewayClient)

public AutocompleteInteractionContext(AutocompleteInteraction interaction, GatewayClient client)

Parameters

interaction AutocompleteInteraction
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

User

public User User { get; }

Property Value

User