Skip to main content
Module

x/biscuit/mod.ts>DiscordGatewayPayload

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordGatewayPayload
Re-export
import { type DiscordGatewayPayload } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

op: number

opcode for the payload

d: unknown | null

Event data

s: number | null

Sequence number, used for resuming sessions and heartbeats

The event name for this payload

op: number

opcode for the payload

d: unknown | null

Event data

s: number | null

Sequence number, used for resuming sessions and heartbeats

The event name for this payload