Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface RestSendRequestOptions
Re-export
import { type RestSendRequestOptions } from "https://deno.land/x/discordeno_patched@18.0.3/packages/embeds/deps.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; }