sendReaction

abstract fun sendReaction(targetEventId: String, reaction: String): Cancelable

Sends a reaction (emoji) to the targetedEvent. It has no effect if the user has already added the same reaction to the event.

Parameters

targetEventId

the id of the event being reacted

reaction

the reaction (preferably emoji)