From 31a6834b1f5caa720fd7e02caa44e76f8e5da215 Mon Sep 17 00:00:00 2001 From: kapi2289 Date: Fri, 20 Jul 2018 12:01:05 +0200 Subject: [PATCH] Documentation fix --- fbchat/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fbchat/client.py b/fbchat/client.py index 00218c5..8e5e995 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -2043,11 +2043,11 @@ class Client(object): def onApprovalModeChange(self, mid=None, approval_mode=None, author_id=None, thread_id=None, ts=None, msg=None): """ - Called when the client is listening, and somebody removes admins from a group thread + Called when the client is listening, and somebody changes approval mode in a group thread :param mid: The action ID :param approval_mode: True if approval mode is activated - :param author_id: The ID of the person who removed the admins + :param author_id: The ID of the person who changed approval mode :param thread_id: Thread ID that the action was sent to. See :ref:`intro_threads` :param ts: A timestamp of the action :param msg: A full set of the data recieved