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

x/discordeno/rest/rest.ts>RestPayload

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

Properties

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