We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1834b commit a02cd27Copy full SHA for a02cd27
1 file changed
pyrogram/client/types/user_and_chats/chat.py
@@ -313,6 +313,7 @@ def unarchive(self):
313
314
return self._client.unarchive_chats(self.id)
315
316
+ # TODO: Remove notes about "All Members Are Admins" for basic groups, the attribute doesn't exist anymore
317
def set_title(self, title: str) -> bool:
318
"""Bound method *set_title* of :obj:`Chat`.
319
0 commit comments