clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonReaction
common
Json
Reaction
data class
JsonReaction
(emoji:
String
?, remove:
Boolean
?, targetAuthor:
JsonAddress
?, targetSentTimestamp:
Long
?)
Content copied to clipboard
Properties
Properties
emoji
Link copied to clipboard
common
val
emoji
:
String
? = null
Content copied to clipboard
the emoji to react with Example: "👍"
remove
Link copied to clipboard
common
val
remove
:
Boolean
? = null
Content copied to clipboard
set to true to remove the reaction.
targetAuthor
Link copied to clipboard
common
val
targetAuthor
:
JsonAddress
? = null
Content copied to clipboard
the author of the message being reacted to
targetSentTimestamp
Link copied to clipboard
common
val
targetSentTimestamp
:
Long
? = null
Content copied to clipboard
the client timestamp of the message being reacted to Example: 1615576442475