Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/rest/rest.ts>RestRequestResponse

Discord API library for Deno
Go to Latest
interface RestRequestResponse
import { type RestRequestResponse } from "https://deno.land/x/discordeno@17.0.1/rest/rest.ts";

Properties

ok: boolean
status: number
optional
body: string