ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
chat.bsky.convo
/
UpdateReadRequest
Update
Read
Request
@
Serializable
data
class
UpdateReadRequest
(
val
convoId
:
String
,
val
messageId
:
String
?
=
null
)
Members
Constructors
Update
Read
Request
Link copied to clipboard
constructor
(
convoId
:
String
,
messageId
:
String
?
=
null
)
Properties
convo
Id
Link copied to clipboard
val
convoId
:
String
message
Id
Link copied to clipboard
val
messageId
:
String
?