Skip to content

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

optional avatar_url?: string

Defined in: src/client.ts:754

IPublicRoomsChunkRoom.avatar_url


guest_can_join: boolean

Defined in: src/client.ts:759

IPublicRoomsChunkRoom.guest_can_join


optional im.nheko.summary.encryption?: string

Defined in: src/client.ts:883

The encryption algorithm used for this room, if the room is encrypted.


optional im.nheko.summary.room_version?: string

Defined in: src/client.ts:879

Version of the room.


optional join_rule?: Public | Knock

Defined in: src/client.ts:762

IPublicRoomsChunkRoom.join_rule


optional membership?: 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.


optional name?: string

Defined in: src/client.ts:753

IPublicRoomsChunkRoom.name


num_joined_members: number

Defined in: src/client.ts:760

IPublicRoomsChunkRoom.num_joined_members


room_id: string

Defined in: src/client.ts:752

IPublicRoomsChunkRoom.room_id


optional room_type?: string

Defined in: src/client.ts:761

IPublicRoomsChunkRoom.room_type


optional topic?: string

Defined in: src/client.ts:755

IPublicRoomsChunkRoom.topic


world_readable: boolean

Defined in: src/client.ts:758

IPublicRoomsChunkRoom.world_readable