Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
interface RestSendRequestOptions
Re-export
import { type RestSendRequestOptions } from "https://deno.land/x/discordeno@17.2.0/plugins/fileloader/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; }