Meta¶
Summary¶
Metadata containing a flush of information about the room, the host and the current state.
Model¶
{
"description": "",
"favorite": false,
"guests": -1,
"hostID": -1,
"hostName": "",
"id": -1,
"minChatLevel": -1,
"name": "",
"population": -1,
"slug": "",
"welcome": ""
}
Detail¶
- description
Room description.
Type: String
Default Value:""
- favorite
Whether this room is in your favorites.
Type: Boolean
Default Value:false
- guests
Amount of guests connected.
Type: Number
Default Value:-1
- hostID
Unique identifier of the host.
Type: Number
Default Value:-1
- hostName
Username of the host of the room.
Type: String
Default Value:""
- id
Unique identifier of the room.
Type: Number
Default Value:-1
- minChatLevel
Minimum level required to chat.
Type: Number
Default Value:-1
- name
Name of the room.
Type: String
Default Value:""
- population
Amount of people connected to this room right now. Without guests.
Type: Number
Default Value:-1
- slug
URL conform name of the room, used as link.
Type: String
Default Value:""
- welcome
Welcome message shown on entrance.
Type: String
Default Value:""