The room ID
The room ID
Set data about this room from a serialized data object.
The serialized data
Get the data value for the given key.
An arbitrary bridge-specific key.
Stored data for this key. May be undefined.
Get the room ID.
The room ID
Serialize data about this room into a JSON object.
The serialised data
Set an arbitrary bridge-specific data value for this room. This will be serailized under an 'extras' key.
The key to store the data value under.
The data value. This value should be serializable via
JSON.stringify(data)
.
Generated using TypeDoc
Create a matrix room.