Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/disc/src/rest/RestUsers.ts>RestUser

Low level Discord API wrapper
Latest
class RestUser
import { RestUser } from "https://deno.land/x/disc@0.3.0-alpha/src/rest/RestUsers.ts";

Constructors

new
RestUser(rClient: RestClient, id: string)

Properties

private
readonly
_rest: RestClient
private
readonly
route: string
readonly
id: string

Methods

get(): Promise<unknown>