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

[events] roomDescriptionUpdate

PossiblyKris edited this page Jan 27, 2017 · 3 revisions
Key Type Description
u Integer Userid of user
d String Room description
user Object User object
description String Room description

Output

{
    u: xxxxxxx,
    d: 'xxxxxxxxx',
    user: {
      id: xxxxxx,
      username: 'plug.dj',
      ...
    },
    description: 'xxxxxxxxx'
}
Clone this wiki locally