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

[events] userUpdate

TAT edited this page Apr 18, 2014 · 3 revisions
Key Type Description
username String Username of user
status Int User status (0 - Available, 1 - AFK, 2 - Working, 3 - Gaming)
fans Int Number of fans
listenerPoints Int Number of points earned by wooting
dateJoined String Date user joined
language String language of user
avatarID String Avatar of user
id String User ID of user
curatorPoints Int Number of points earned by grabbing
djPoints Int number of points earned by djing

Example

{
    username: 'xxxxxxxxxxxxxx',
    status: 0,
    fans: 0,
    listenerPoints: 0,
    dateJoined: 'xxxx-xx-xxxxx:xx:xx:xxxxxx',
    language: 'xx',
    avatarID: 'xxxxxx',
    id: 'xxxxxxxxxxxxxxxxxxxxxxxx',
    curatorPoints: 0,
    djPoints: 0
}
Clone this wiki locally