FullyReadEventContent

@Serializable
data class FullyReadEventContent(val eventId: EventId) : RoomAccountDataEventContent

Constructors

Link copied to clipboard
constructor(eventId: EventId)

Properties

Link copied to clipboard
@SerialName(value = "event_id")
val eventId: EventId