addMyReaction

fun Message.addMyReaction(reaction: Reaction, enforceUnique: Boolean = false): Message

Add a Reaction created by the currently logged user to the given Message.

Parameters

reaction

The reaction to add.

enforceUnique

If true, the reaction will be added only if the user hasn't already added a reaction of the same type.