Class SessionStartLimit
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Stores the information related to the gateway identify request.
public class SessionStartLimit
- Inheritance
-
SessionStartLimit
- Inherited Members
Properties
MaxConcurrency
Gets the maximum concurrent identify requests in a time window.
public int MaxConcurrency { get; }
Property Value
- int
The maximum concurrent identify requests in a time window, limited to the same rate limit key.
Remaining
Gets the remaining number of session starts the current user is allowed.
public int Remaining { get; }
Property Value
- int
The remaining amount of session starts the current user is allowed.
ResetAfter
Gets the number of milliseconds after which the limit resets.
public int ResetAfter { get; }
Property Value
Total
Gets the total number of session starts the current user is allowed.
public int Total { get; }
Property Value
- int
The maximum amount of session starts the current user is allowed.