Skip to main content
Module

x/discordeno/mod.ts>RestRequest

Discord API library for Deno
Latest
interface RestRequest
Re-export
import { type RestRequest } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

url: string
method: RequestMethod
respond: (payload: RestRequestResponse) => unknown
reject: (payload: RestRequestRejection) => unknown