interface DiscordSessionStartLimitimport { type DiscordSessionStartLimit } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/topics/gateway#session-start-limit-object Propertiestotal: numberThe total number of session starts the current user is allowed remaining: numberThe remaining number of session starts the current user is allowed reset_after: numberThe number of milliseconds after which the limit resets max_concurrency: numberThe number of identify requests allowed per 5 seconds