onDeleteReactionResult

open suspend override fun onDeleteReactionResult(cid: String?, messageId: String, reactionType: String, currentUser: User, result: Result<Message>)

A method called after receiving the response from the delete reaction call.

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.

result

The API call result.