class User
extends Base
import { User } from "https://deno.land/x/discord_rpc_deno@1.0.8/src/structures/User.ts";
Constructors
new
User(client: Client, props: Record<string, any>)Properties
the user's avatar hash
The URL to the user's default avatar. (avatar that is used when user have no avatar)
optional
presence: { status?: PresenceUpdateStatus; activities?: GatewayActivity[]; } | undefineduser's rich presence