Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/src/constants/Constants.ts>Payload

A Deno library to interface with the Discord API
Go to Latest
type alias Payload
import { type Payload } from "https://deno.land/x/aether@v0.0.1-beta/src/constants/Constants.ts";
definition: { op: number; d: any; s?: number; t?: string; }