From 4ff7b7e70bd067b139648f5b35f0243969b36666 Mon Sep 17 00:00:00 2001 From: JabLuszko Date: Wed, 21 Oct 2020 18:00:46 +0200 Subject: [PATCH] Remove add_reaction for onReactionAdded in docs (#579) Seems like it was leftover from some other function, probably one to handle both Added and Removed :) --- fbchat/_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fbchat/_client.py b/fbchat/_client.py index fc85605..3027944 100644 --- a/fbchat/_client.py +++ b/fbchat/_client.py @@ -3431,7 +3431,6 @@ class Client(object): Args: mid: Message ID, that user reacted to reaction (MessageReaction): Reaction - add_reaction: Whether user added or removed reaction author_id: The ID of the person who reacted to the message thread_id: Thread ID that the action was sent to. See :ref:`intro_threads` thread_type (ThreadType): Type of thread that the action was sent to. See :ref:`intro_threads`