JoinedRoomUpdate constructor
JoinedRoomUpdate({
- RoomSummary? summary,
- List<
SDNEvent> ? state, - TimelineUpdate? timeline,
- List<
BasicRoomEvent> ? ephemeral, - List<
BasicRoomEvent> ? accountData, - UnreadNotificationCounts? unreadNotifications,
Implementation
JoinedRoomUpdate({
this.summary,
this.state,
this.timeline,
this.ephemeral,
this.accountData,
this.unreadNotifications,
});