discord-d ~master (2018-11-03T11:25:27Z)
Dub
Repo
RateLimitState
dscord
api
ratelimit
Stores the rate limit state for a given bucket.
struct
RateLimitState {
int
remaining
;
long
resetTime
;
}
Meta
Source
See Implementation
dscord
api
ratelimit
classes
RateLimiter
structs
RateLimitState
Stores the rate limit state for a given bucket.