Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/gateway/mod.ts>GatewayDebugEvents

Discord API library for Node and Deno
Go to Latest
type alias GatewayDebugEvents
import { type GatewayDebugEvents } from "https://deno.land/x/discordeno_patched@18.0.2/gateway/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"