2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-02 23:35:17 +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

View File

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