deleteReaction

fun deleteReaction(messageId: String, reactionType: String): Call<Message>

Deletes the reaction associated with the message with the given message id.

Return

Executable async Call responsible for deleting the reaction.

Parameters

messageId

The id of the message to which reaction belongs.

reactionType

The type of reaction.

See also