Class DiscordRestConfig
Represents a configuration class for DiscordRestClient.
public class DiscordRestConfig : DiscordConfig
- Inheritance
-
DiscordRestConfig
- Derived
- Inherited Members
Properties
APIOnRestInteractionCreation
public bool APIOnRestInteractionCreation { get; set; }
Property Value
RestClientProvider
Gets or sets the provider used to generate new REST connections.
public RestClientProvider RestClientProvider { get; set; }