JsonReaction

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

Properties

Link copied to clipboard
val emoji: String? = null

the emoji to react with

Link copied to clipboard
val remove: Boolean? = null

set to true to remove the reaction. requires emoji be set to previously reacted emoji

Link copied to clipboard
val targetAuthor: JsonAddress? = null

the author of the message being reacted to

Link copied to clipboard
val targetSentTimestamp: Long? = null

the client timestamp of the message being reacted to