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

[events] roomWelcomeUpdate

PossiblyKris edited this page Jan 27, 2017 · 4 revisions
Key Type Description
u Integer Userid of user
w String Room welcome
user Object User object
welcome String Room welcome

Example

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