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

x/cordeno/src/client/interfaces/interface_export.ts>User

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
interface User
Re-export
import { type User } from "https://deno.land/x/cordeno@v0.3.5/src/client/interfaces/interface_export.ts";

Properties

id: string
username: string
discriminator: string
avatar: string
optional
bot: boolean
optional
system: boolean
optional
mfa_enabled: boolean
optional
locale: string
optional
verified: boolean
optional
email: string
optional
flags: number
optional
premium_type: number
optional
public_flags: number