From d64d4f37aa281c66ffd68294f3d1e3db5effc897 Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 4 Dec 2020 14:50:39 +0100 Subject: [PATCH] Update telethon/tl/custom/participantpermissions.py --- telethon/tl/custom/participantpermissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/tl/custom/participantpermissions.py b/telethon/tl/custom/participantpermissions.py index a94cf0e4..7053cda7 100644 --- a/telethon/tl/custom/participantpermissions.py +++ b/telethon/tl/custom/participantpermissions.py @@ -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. """