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

x/discordeno/mod.ts>RestSendRequestOptions

Discord API library for Deno
Latest
interface RestSendRequestOptions
Re-export
import { type RestSendRequestOptions } from "https://deno.land/x/discordeno@18.0.1/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; }