Table of Contents

Class DiscordRestConfig

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

Represents a configuration class for DiscordRestClient.

public class DiscordRestConfig : DiscordConfig
Inheritance
DiscordRestConfig
Derived
Inherited Members

Properties

APIOnRestInteractionCreation

public bool APIOnRestInteractionCreation { get; set; }

Property Value

bool

RestClientProvider

Gets or sets the provider used to generate new REST connections.

public RestClientProvider RestClientProvider { get; set; }

Property Value

RestClientProvider