Skip to content

Commit a02cd27

Browse files
authored
Update chat.py
1 parent 2c1834b commit a02cd27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • pyrogram/client/types/user_and_chats

pyrogram/client/types/user_and_chats/chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def unarchive(self):
313313

314314
return self._client.unarchive_chats(self.id)
315315

316+
# TODO: Remove notes about "All Members Are Admins" for basic groups, the attribute doesn't exist anymore
316317
def set_title(self, title: str) -> bool:
317318
"""Bound method *set_title* of :obj:`Chat`.
318319

0 commit comments

Comments
 (0)