Skip to main content
Module

x/discordeno/mod.ts>RestRequest

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

Properties

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