RoomSummary
Defined in: src/client.ts:870
The summary of a room as defined by an initial version of MSC3266 and implemented in Synapse Proposed at https://github.com/matrix-org/matrix-doc/pull/3266
Extends
Section titled “Extends”Omit<IPublicRoomsChunkRoom,"canonical_alias"|"aliases">
Properties
Section titled “Properties”avatar_url?
Section titled “avatar_url?”
optionalavatar_url?:string
Defined in: src/client.ts:754
Inherited from
Section titled “Inherited from”IPublicRoomsChunkRoom.avatar_url
guest_can_join
Section titled “guest_can_join”guest_can_join:
boolean
Defined in: src/client.ts:759
Inherited from
Section titled “Inherited from”IPublicRoomsChunkRoom.guest_can_join
im.nheko.summary.encryption?
Section titled “im.nheko.summary.encryption?”
optionalim.nheko.summary.encryption?:string
Defined in: src/client.ts:883
The encryption algorithm used for this room, if the room is encrypted.
im.nheko.summary.room_version?
Section titled “im.nheko.summary.room_version?”
optionalim.nheko.summary.room_version?:string
Defined in: src/client.ts:879
Version of the room.
join_rule?
Section titled “join_rule?”Defined in: src/client.ts:762
Inherited from
Section titled “Inherited from”IPublicRoomsChunkRoom.join_rule
membership?
Section titled “membership?”
optionalmembership?:string
Defined in: src/client.ts:875
The current membership of this user in the room. Usually “leave” if the room is fetched over federation.
optionalname?:string
Defined in: src/client.ts:753
Inherited from
Section titled “Inherited from”num_joined_members
Section titled “num_joined_members”num_joined_members:
number
Defined in: src/client.ts:760
Inherited from
Section titled “Inherited from”IPublicRoomsChunkRoom.num_joined_members
room_id
Section titled “room_id”room_id:
string
Defined in: src/client.ts:752
Inherited from
Section titled “Inherited from”room_type?
Section titled “room_type?”
optionalroom_type?:string
Defined in: src/client.ts:761
Inherited from
Section titled “Inherited from”IPublicRoomsChunkRoom.room_type
topic?
Section titled “topic?”
optionaltopic?:string
Defined in: src/client.ts:755
Inherited from
Section titled “Inherited from”world_readable
Section titled “world_readable”world_readable:
boolean
Defined in: src/client.ts:758