onDeleteReactionRequest
abstract suspend fun onDeleteReactionRequest(cid: String?, messageId: String, reactionType: String, currentUser: User)
A method called before making an API call to delete the reaction.
Parameters
cid
The full channel id, i.e. "messaging:123".
messageId
The id of the message to which reaction belongs.
reactionType
The type of reaction.
currentUser
The currently logged in user.