Table of Contents

Interface IRestClientContext

Namespace
NetCord.Services
Assembly
NetCord.Services.dll

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

public interface IRestClientContext : IContext

Properties

Client

The RestClient associated with the handled command or interaction.

RestClient Client { get; }

Property Value

RestClient