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

x/discordeno_patched/template/beginner/deps.ts>GatewayOpcodes

Discord API library for Node and Deno
Latest
enum GatewayOpcodes
Re-export
import { GatewayOpcodes } from "https://deno.land/x/discordeno_patched@18.0.3/template/beginner/deps.ts";

Members

Dispatch

An event was dispatched.

Heartbeat

Fired periodically by the client to keep the connection alive.

HeartbeatACK

Sent in response to receiving a heartbeat to acknowledge that it has been received.

Hello

Sent immediately after connecting, contains the heartbeat_interval to use.

Identify

Starts a new session during the initial handshake.

InvalidSession

The session has been invalidated. You should reconnect and identify/resume accordingly.

PresenceUpdate

Update the client's presence.

Reconnect

You should attempt to reconnect and resume immediately.

RequestGuildMembers

Request information about offline guild members in a large guild.

Resume = 6

Resume a previous session that was disconnected.

VoiceStateUpdate

Used to join/leave or move between voice channels.