Skip to main content
Module

x/discordeno/mod.ts>GatewayDebugEvents

Discord API library for Deno
Extremely Popular
Go to Latest
type alias GatewayDebugEvents
import { type GatewayDebugEvents } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";
definition:
| "GW ERROR"
| "GW CLOSED"
| "GW CLOSED_RECONNECT"
| "GW RAW"
| "GW RECONNECT"
| "GW INVALID_SESSION"
| "GW RESUMED"
| "GW RESUMING"
| "GW IDENTIFYING"
| "GW RAW_SEND"
| "GW MAX REQUESTS"
| "GW DEBUG"
| "GW HEARTBEATING"
| "GW HEARTBEATING_STARTED"
| "GW HEARTBEATING_DETAILS"
| "GW HEARTBEATING_CLOSED"