Skip to main content
Module

x/velocity_lite/mod.ts>User

Minimal version of our Discord library, velocity. This edition of the library is supposed to be more optimized for performance, for small projects.
Latest
class User
Re-export
import { User } from "https://deno.land/x/velocity_lite@1.0.2-1/mod.ts";

Constructors

new
User(user: UserType)

Properties

private
_avatar: string
private
_bot: boolean
private
_discriminator: string
private
_id: string
private
_username: string
readonly
avatar: string
readonly
bot: boolean | undefined
readonly
discriminator: string
readonly
id: string
readonly
username: string