Concord - C Discord API library
A Discord API wrapper library written in C
discord_session_start_limit Struct Reference

#include <gateway.h>

Data Fields

int total
 
int remaining
 
int reset_after
 
int max_concurrency
 

Detailed Description

Public methods

Field Documentation

◆ total

int discord_session_start_limit::total

the total number of session starts the current user is allowed

◆ remaining

int discord_session_start_limit::remaining

the remaining number of session starts the current user is allowed

◆ reset_after

int discord_session_start_limit::reset_after

the number of milliseconds after which the limit resets

◆ max_concurrency

int discord_session_start_limit::max_concurrency

the number of identify requests allowed per 5 seconds


The documentation for this struct was generated from the following file: