Update telethon/tl/custom/participantpermissions.py

This commit is contained in:
Lonami 2020-12-04 14:50:39 +01:00 committed by GitHub
parent 3c1c3f96f1
commit d64d4f37aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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