Skip to main content
Latest
interface SessionStartLimit
Re-export
import { type SessionStartLimit } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

total: number

The total number of session starts the current user is allowed

remaining: number

The remaining number of session starts the current user is allowed

resetAfter: number

The number of milliseconds after which the limit resets

maxConcurrency: number

The number of identify requests allowed per 5 seconds