Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discordeno/rest/rest.ts>RestPayload

Discord API library for Deno
Extremely Popular
Go to Latest
interface RestPayload
import { type RestPayload } from "https://deno.land/x/discordeno@17.0.0/rest/rest.ts";

Properties

optional
bucketId: string
optional
body: Record<string, unknown>
retryCount: number
optional
headers: Record<string, string>