Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

User Class

asdia edited this page Jan 7, 2021 · 6 revisions

Represents a user entity.

Parameters

Name Type Default Value Comment
Config ConfigUser

Properties

Methods

Example

import { User } from '@vexico/spookvooperapi'
const user = new User({ svid: 'u-02c977bb-0a6c-4eb2-bfca-5e9101025aaf' })

console.log(user.getUsername()) // 'brendanlane'
console.log(user.svid) // 'u-02c977bb-0a6c-4eb2-bfca-5e9101025aaf'

Table of Contents

We highly recommend closing the Pages tab.

Get support

To get support for this project, just join our discord server

Clone this wiki locally