Request

@Serializable
data class Request(val fullyRead: EventId? = null, val read: EventId? = null, val privateRead: EventId? = null)

Constructors

Link copied to clipboard
constructor(fullyRead: EventId? = null, read: EventId? = null, privateRead: EventId? = null)

Properties

Link copied to clipboard
@SerialName(value = "m.fully_read")
val fullyRead: EventId?
Link copied to clipboard
@SerialName(value = "m.read.private")
val privateRead: EventId?
Link copied to clipboard
@SerialName(value = "m.read")
val read: EventId?