Home > borogove > Chat > removeReaction

Chat.removeReaction() method

Remove an already-sent reaction from a message

Signature:

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

Parameters

Parameter Type Description
m borogove_ChatMessage ChatMessage to remove the reaction from
reaction borogove_Reaction the emoji to remove

Returns:

void