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

[events] roomMinChatLevelUpdate

Alex Pham edited this page May 3, 2015 · 1 revision
Key Type Description
user Object user object
id Integer Userid of user
level Integer chat level

Output

{
    level: 2,
    id: xxxxxxx,
    user: {
      id: xxxxxx,
      username: 'plug.dj',
      ...
    }
}
Clone this wiki locally