Skip to main content
Module

x/harmony/mod.ts>RequestOptions

An easy to use Discord API Library for Deno.
Latest
interface RequestOptions
Re-export
import { type RequestOptions } from "https://deno.land/x/harmony@v2.9.1/mod.ts";

Properties

optional
headers: { [name: string]: string; }
optional
query: { [name: string]: string; }
optional
files: MessageAttachment[]
optional
data: any
optional
reason: string
optional
rawResponse: boolean
optional
route: string