Skip to main content
Module

x/harmony/src/types/gateway.ts>GatewayOpcodes

An easy to use Discord API Library for Deno.
Go to Latest
enum GatewayOpcodes
import { GatewayOpcodes } from "https://deno.land/x/harmony@v2.9.0/src/types/gateway.ts";

Gateway OPcodes from Discord docs.

Members

DISPATCH = 0
HEARTBEAT = 1
HEARTBEAT_ACK = 11
HELLO = 10
IDENTIFY = 2
INVALID_SESSION = 9
PRESENCE_UPDATE = 3
RECONNECT = 7
REQUEST_GUILD_MEMBERS = 8
RESUME = 6
VOICE_STATE_UPDATE = 4