MarkedUnreadEventContent

@Serializable
data class MarkedUnreadEventContent(val unread: Boolean) : RoomAccountDataEventContent

Constructors

Link copied to clipboard
constructor(unread: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "unread")
val unread: Boolean