Table of Contents

Interface IGatewayClientContext

Namespace
NetCord.Services
Assembly
NetCord.Services.dll

Provides access to the GatewayClient associated with the handled command or interaction.

public interface IGatewayClientContext : IContext

Properties

Client

The GatewayClient associated with the handled command or interaction.

GatewayClient Client { get; }

Property Value

GatewayClient