Class RestConfiguration
Holds the configurations for Color-Chan.Discord.Rest
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Rest.Configurations
Assembly: Color-Chan.Discord.Rest.dll
Syntax
public class RestConfiguration
Properties
| Improve this Doc View SourceDiscordBaseUriOverwrite
The base Uri that will be used with the Discord HTTP client.
Example: http://localhost:3000/api/v9/
Declaration
public Uri DiscordBaseUriOverwrite { get; set; }
Property Value
Type | Description |
---|---|
Uri |
UseRateLimiting
Whether or not Color-Chan.Discord.Rest should try to prevent rate limits.
Default: true
Declaration
public bool UseRateLimiting { get; set; }
Property Value
Type | Description |
---|---|
Boolean |