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
/
AddReactionRequest
Add
Reaction
Request
@
Serializable
data
class
AddReactionRequest
(
val
convoId
:
String
,
val
messageId
:
String
,
val
value
:
String
)
Members
Constructors
Add
Reaction
Request
Link copied to clipboard
constructor
(
convoId
:
String
,
messageId
:
String
,
value
:
String
)
Properties
convo
Id
Link copied to clipboard
val
convoId
:
String
message
Id
Link copied to clipboard
val
messageId
:
String
value
Link copied to clipboard
val
value
:
String