library
androidJvm
library
/
org.xmtp.android.library.codecs
/
Reaction
Reaction
data
class
Reaction
(
val
reference
:
String
,
val
action
:
ReactionAction
,
val
content
:
String
,
val
schema
:
ReactionSchema
)
Members
Constructors
Reaction
Link copied to clipboard
constructor
(
reference
:
String
,
action
:
ReactionAction
,
content
:
String
,
schema
:
ReactionSchema
)
Properties
action
Link copied to clipboard
val
action
:
ReactionAction
content
Link copied to clipboard
val
content
:
String
reference
Link copied to clipboard
val
reference
:
String
schema
Link copied to clipboard
val
schema
:
ReactionSchema