Home > borogove > Chat > addReaction

Chat.addReaction() method

Add new reaction to a message in this Chat

Signature:

addReaction(m: borogove_ChatMessage, reaction: borogove_Reaction): void;

Parameters

Parameter Type Description
m borogove_ChatMessage ChatMessage to react to
reaction borogove_Reaction emoji of the reaction

Returns:

void