JoinedRoom
constructor(summary: Sync.Response.Rooms.JoinedRoom.RoomSummary? = null, state: Sync.Response.Rooms.State? = null, timeline: Sync.Response.Rooms.Timeline? = null, stateAfter: Sync.Response.Rooms.State? = null, ephemeral: Sync.Response.Rooms.JoinedRoom.Ephemeral? = null, accountData: Sync.Response.Rooms.RoomAccountData? = null, unreadNotifications: Sync.Response.Rooms.JoinedRoom.UnreadNotificationCounts? = null, unreadThreadNotifications: Map<EventId, Sync.Response.Rooms.JoinedRoom.UnreadThreadNotificationCounts>? = null)