Package-level declarations
Types
Link copied to clipboard
interface IdentifyRateLimiter
A rate limiter that follows Discord's rate limits for Gateways when identifying.
Functions
Link copied to clipboard
fun IdentifyRateLimiter(maxConcurrency: Int, dispatcher: CoroutineDispatcher = Dispatchers.Default): IdentifyRateLimiter
Creates a new IdentifyRateLimiter with the given maxConcurrency.