trixnity-clientserverapi-model
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
SetReadMarkers
/
Request
Request
@
Serializable
data
class
Request
(
val
fullyRead
:
EventId
?
=
null
,
val
read
:
EventId
?
=
null
,
val
privateRead
:
EventId
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
fullyRead
:
EventId
?
=
null
,
read
:
EventId
?
=
null
,
privateRead
:
EventId
?
=
null
)
Properties
fully
Read
Link copied to clipboard
@
SerialName
(
value
=
"m.fully_read"
)
val
fullyRead
:
EventId
?
=
null
private
Read
Link copied to clipboard
@
SerialName
(
value
=
"m.read.private"
)
val
privateRead
:
EventId
?
=
null
read
Link copied to clipboard
@
SerialName
(
value
=
"m.read"
)
val
read
:
EventId
?
=
null