2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Update chat.py

This commit is contained in:
Dan 2019-06-30 10:01:39 +02:00 committed by GitHub
parent 2c1834b1b2
commit a02cd271c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,6 +313,7 @@ class Chat(Object):
return self._client.unarchive_chats(self.id) 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: def set_title(self, title: str) -> bool:
"""Bound method *set_title* of :obj:`Chat`. """Bound method *set_title* of :obj:`Chat`.