mtx::responses::JoinedRoom struct

A room that the user has joined.

Public variables

State state
Updates to the state, between the time indicated by the since parameter, and the start of the timeline (or all state up to the start of the timeline, if since is not given, or full_state is true)
Timeline timeline
The timeline of messages and state changes in the room.
UnreadNotifications unread_notifications
Counts of unread notifications for this room.
Ephemeral ephemeral
The ephemeral events in the room that aren't recorded in the timeline or state of the room. e.g. typing.
AccountData account_data
The account_data events associated with this room.