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-07-11 14:29:41 +02:00 committed by GitHub
parent be8d1068c0
commit efe564064b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -674,9 +674,6 @@ class Chat(Object):
can_promote_members=can_promote_members can_promote_members=can_promote_members
) )
def join(self): def join(self):
"""Bound method *join* of :obj:`Chat`. """Bound method *join* of :obj:`Chat`.
@ -700,7 +697,6 @@ class Chat(Object):
return self._client.join_chat(self.id) return self._client.join_chat(self.id)
def leave(self): def leave(self):
"""Bound method *leave* of :obj:`Chat`. """Bound method *leave* of :obj:`Chat`.