Module

x/discordeno/mod.ts>DiscordGatewayPayload

Discord API library for Deno
Latest
interface DiscordGatewayPayload
import { type DiscordGatewayPayload } from "https://dotland.deno.dev/x/discordeno@18.0.1/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

t: GatewayEventNames | null

The event name for this payload

import DiscordGatewayPayload
import { DiscordGatewayPayload } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.ts";