mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Update telethon/tl/custom/participantpermissions.py
This commit is contained in:
parent
3c1c3f96f1
commit
d64d4f37aa
|
@ -80,7 +80,7 @@ class ParticipantPermissions:
|
|||
return isinstance(self.participant, types.ChannelParticipantBanned)
|
||||
|
||||
@property
|
||||
def is_left(self):
|
||||
def has_left(self):
|
||||
"""
|
||||
Whether the user left the chat.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user