D++ (DPP)
C++ Discord API Bot Library
dpp::bucket_t Struct Reference

A rate limit bucket. The library builds one of these for each endpoint. More...

+ Collaboration diagram for dpp::bucket_t:

Public Attributes

uint64_t limit
 Request limit. More...
 
uint64_t remaining
 Requests remaining. More...
 
uint64_t reset_after
 Rate-limit of this bucket resets after this many seconds. More...
 
uint64_t retry_after
 Rate-limit of this bucket can be retried after this many seconds. More...
 
time_t timestamp
 Timestamp this buckets counters were updated. More...
 

Detailed Description

A rate limit bucket. The library builds one of these for each endpoint.

Member Data Documentation

◆ limit

uint64_t dpp::bucket_t::limit

Request limit.

◆ remaining

uint64_t dpp::bucket_t::remaining

Requests remaining.

◆ reset_after

uint64_t dpp::bucket_t::reset_after

Rate-limit of this bucket resets after this many seconds.

◆ retry_after

uint64_t dpp::bucket_t::retry_after

Rate-limit of this bucket can be retried after this many seconds.

◆ timestamp

time_t dpp::bucket_t::timestamp

Timestamp this buckets counters were updated.

D++ 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