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

[actions] getStaff

TAT edited this page May 9, 2014 · 1 revision

getStaff()

Get a list of staff members in the room.


Returns

List of user object of the staff members in the room.


Example

bot.getStaff();
/*
[
    {
        username: 'username',
        status: 0,
        fans: 3,
        listenerPoints: 164,
        language: 'en',
        avatarID: 'bud03',
        id: 'xxxxxxxxxxxxxxxxxxxxxxxx',
        curatorPoints: 0,
        djPoints: 76
    }, {
        username: 'username',
        status: 0,
        fans: 2,
        listenerPoints: 46,
        language: 'en',
        avatarID: 'bud01',
        id: 'xxxxxxxxxxxxxxxxxxxxxxxx',
        curatorPoints: 40,
        djPoints: 1
    }
]
*/
Clone this wiki locally