Room Sync Unread Notifications
@JsonClass(generateAdapter = true )
Content copied to clipboard
MXRoomSyncUnreadNotifications
represents the unread counts for a room.
Constructors
Link copied to clipboard
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