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`.