Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface RestSendRequestOptions
Re-export
import { type RestSendRequestOptions } from "https://deno.land/x/discordeno@17.0.0/rest/mod.ts";

Properties

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