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

x/discordeno_patched/rest/mod.ts>RestSendRequestOptions

Discord API library for Node and Deno
Go to Latest
interface RestSendRequestOptions
Re-export
import { type RestSendRequestOptions } from "https://deno.land/x/discordeno_patched@18.0.2/rest/mod.ts";

Properties

url: string
optional
bucketId: string
optional
reject: Function
optional
respond: Function
optional
retryRequest: Function
optional
retryCount: number
optional
payload: { headers: Record<string, string>; body: string | FormData; }