mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-02 07:15:23 +00:00
Update chat.py
This commit is contained in:
@@ -674,9 +674,6 @@ class Chat(Object):
|
||||
can_promote_members=can_promote_members
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
def join(self):
|
||||
"""Bound method *join* of :obj:`Chat`.
|
||||
|
||||
@@ -700,7 +697,6 @@ class Chat(Object):
|
||||
|
||||
return self._client.join_chat(self.id)
|
||||
|
||||
|
||||
def leave(self):
|
||||
"""Bound method *leave* of :obj:`Chat`.
|
||||
|
||||
|
Reference in New Issue
Block a user