D++ (DPP)
A Lightweight C++ library for Discord
dpp::gateway Struct Reference

Represents the various information from the 'get gateway bot' api call. More...

+ Collaboration diagram for dpp::gateway:

Public Member Functions

 gateway (nlohmann::json *j)
 Construct a new gateway object. More...
 

Public Attributes

std::string url
 Gateway websocket url. More...
 
uint32_t shards
 Number of suggested shards to start. More...
 
uint32_t session_start_total
 Total number of sessions that can be started. More...
 
uint32_t session_start_remaining
 How many sessions are left. More...
 
uint32_t session_start_reset_after
 How many seconds until the session start quota resets. More...
 
uint32_t session_start_max_concurrency
 How many sessions can be started at the same time. More...
 

Detailed Description

Represents the various information from the 'get gateway bot' api call.

Constructor & Destructor Documentation

◆ gateway()

dpp::gateway::gateway ( nlohmann::json *  j)

Construct a new gateway object.

Parameters
jJSON data to construct from

Member Data Documentation

◆ session_start_max_concurrency

uint32_t dpp::gateway::session_start_max_concurrency

How many sessions can be started at the same time.

◆ session_start_remaining

uint32_t dpp::gateway::session_start_remaining

How many sessions are left.

◆ session_start_reset_after

uint32_t dpp::gateway::session_start_reset_after

How many seconds until the session start quota resets.

◆ session_start_total

uint32_t dpp::gateway::session_start_total

Total number of sessions that can be started.

◆ shards

uint32_t dpp::gateway::shards

Number of suggested shards to start.

◆ url

std::string dpp::gateway::url

Gateway websocket url.

D++ Library version 9.0.14D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0