Room Sync Unread Notifications
fun RoomSyncUnreadNotifications( @Json(name = "events" ) events: List<Event>? = null, @Json(name = "notification_count" ) notificationCount: Int? = null, @Json(name = "highlight_count" ) highlightCount: Int? = null)
Content copied to clipboard