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
/
ReactionView
Reaction
View
@
Serializable
data
class
ReactionView
(
val
value
:
String
,
val
sender
:
ReactionViewSender
,
val
createdAt
:
Timestamp
)
Members
Constructors
Reaction
View
Link copied to clipboard
constructor
(
value
:
String
,
sender
:
ReactionViewSender
,
createdAt
:
Timestamp
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
sender
Link copied to clipboard
val
sender
:
ReactionViewSender
value
Link copied to clipboard
val
value
:
String