DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::session_start_data Struct Reference

Data from the session_start info. More...

#include <FoundationEntities.hpp>

Public Data Members

uint32_t maxConcurrency {}
 The number of identify requests allowed per 5 seconds.
 
uint32_t remaining {}
 The remaining number of session starts the current user_data is allowed.
 
uint32_t resetAfter {}
 The number of milliseconds after which the limit resets.
 
uint32_t total {}
 The total number of session starts the current user_data is allowed.
 

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