Construct a new Room Summary. A summary can be used for display on a recent list, without having to load the entire room list into memory.
Required. The ID of this room.
Optional. The summary info. Additional keys are supported.
The title of the room (e.g. m.room.name)
m.room.name
The description of the room (e.g. m.room.topic)
m.room.topic
The number of joined users.
The list of aliases for this room.
The timestamp for this room.
Optional
Readonly
Generated using TypeDoc
Construct a new Room Summary. A summary can be used for display on a recent list, without having to load the entire room list into memory.
Param
Required. The ID of this room.
Param
Optional. The summary info. Additional keys are supported.
Param
The title of the room (e.g.
m.room.name
)Param
The description of the room (e.g.
m.room.topic
)Param
The number of joined users.
Param
The list of aliases for this room.
Param
The timestamp for this room.