SyncWithTimeline
@Serializable
@SerialName(value = "sync_with_timeline")
The room has been received in a sync with various information including a timeline.
Constructors
Link copied to clipboard
constructor(roomId: RoomId, needsSync: Boolean, notificationsDisabled: Boolean = false, readReceipts: Set<EventId>, lastEventId: EventId, lastRelevantEventId: EventId? = null, lastProcessedEventId: EventId?, expectedMaxNotificationCount: Long?, isRead: StoredNotificationState.SyncWithTimeline.IsRead = IsRead.CHECK)