From a02cd271c94540944977eb304e90c5d6415e924b Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 30 Jun 2019 10:01:39 +0200 Subject: [PATCH] Update chat.py --- pyrogram/client/types/user_and_chats/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrogram/client/types/user_and_chats/chat.py b/pyrogram/client/types/user_and_chats/chat.py index 556672d2..0e53ae35 100644 --- a/pyrogram/client/types/user_and_chats/chat.py +++ b/pyrogram/client/types/user_and_chats/chat.py @@ -313,6 +313,7 @@ class Chat(Object): return self._client.unarchive_chats(self.id) + # TODO: Remove notes about "All Members Are Admins" for basic groups, the attribute doesn't exist anymore def set_title(self, title: str) -> bool: """Bound method *set_title* of :obj:`Chat`.