Class SessionStartLimit
Stores the information related to the gateway identify request.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class SessionStartLimit
Properties​
Total​
Gets the total number of session starts the current user is allowed.
View Source​
Declaration
public int Total { get; }
Remaining​
Gets the remaining number of session starts the current user is allowed.
View Source​
Declaration
public int Remaining { get; }
ResetAfter​
Gets the number of milliseconds after which the limit resets.
View Source​
Declaration
public int ResetAfter { get; }
MaxConcurrency​
Gets the maximum concurrent identify requests in a time window.
View Source​
Declaration
public int MaxConcurrency { get; }