RoomSyncUnreadThreadNotifications
@JsonClass(generateAdapter = true)
Content copied to clipboard
Constructors
Link copied to clipboard
fun RoomSyncUnreadThreadNotifications(@Json(name = "notification_count") notificationCount: Int? = null, @Json(name = "highlight_count") highlightCount: Int? = null)
Content copied to clipboard