JsonReaction

data class JsonReaction(emoji: String?, remove: Boolean?, targetAuthor: JsonAddress?, targetSentTimestamp: Long?)

Properties

emoji
Link copied to clipboard
common
val emoji: String? = null
the emoji to react withExample: "👍"
remove
Link copied to clipboard
common
val remove: Boolean? = null
set to true to remove the reaction.
targetAuthor
Link copied to clipboard
common
val targetAuthor: JsonAddress? = null
the author of the message being reacted to
targetSentTimestamp
Link copied to clipboard
common
val targetSentTimestamp: Long? = null
the client timestamp of the message being reacted toExample: 1615576442475