Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discordeno/rest/mod.ts>RestRequestResponse

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

Properties

ok: boolean
status: number
optional
body: string