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

[events] roomNameUpdate

PossiblyKris edited this page Jan 27, 2017 · 2 revisions
Key Type Description
u Integer Userid of user
n String Updated room name
user Object User object
name String Updated room name

Output

{
    raw: {
        u: xxxxxxx,
        n: 'xxxxxxxxx'
    },
    user: 
      User {
        id: xxxxxx,
        username: 'plug.dj',
        ...
    },
    name: 'xxxxxxxxx'
}
Clone this wiki locally