RoomUpdate

Summary

Model emitted when an aspect of the room gets updated.

Note

This object will contain only 2 of the 4 given members stated below. With the first being the moderatorID and the second depending on which property was changed by a moderator.

Model

{
   "moderatorID": -1
   "name": "",
   "description": "",
   "welcome": ""
}

Detail

moderatorID

ID of the moderator.

Type: Number
Default Value: -1

name

Name of the room.

Type: String
Default Value: ""

description

Description of the room.

Type: String
Default Value: ""

welcome

Welcome message of the room.

Type: String
Default Value: ""