Table of Contents

Interface IRestClientProvider

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

An interface that represents a client provider for Rest-based clients.

public interface IRestClientProvider

Properties

RestClient

Gets the Rest client of this provider.

DiscordRestClient RestClient { get; }

Property Value

DiscordRestClient