|
@@ -15,6 +15,11 @@ namespace Discord |
|
|
public RetryMode? RetryMode { get; set; } |
|
|
public RetryMode? RetryMode { get; set; } |
|
|
public bool HeaderOnly { get; internal set; } |
|
|
public bool HeaderOnly { get; internal set; } |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
|
|
|
/// Should this request bypass the ratelimit buckets? This option should be used sparingly, and when used, should be coupled with your own |
|
|
|
|
|
/// delays between requests, to avoid encountering 429 errors. |
|
|
|
|
|
/// </summary> |
|
|
|
|
|
public bool BypassBuckets { get; set; } |
|
|
|
|
|
/// <summary> |
|
|
/// The reason for this action in the guild's audit log |
|
|
/// The reason for this action in the guild's audit log |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
public string AuditLogReason { get; set; } |
|
|
public string AuditLogReason { get; set; } |
|
|