diff --git a/telethon/client/users.py b/telethon/client/users.py index ddd41433..6a5fc484 100644 --- a/telethon/client/users.py +++ b/telethon/client/users.py @@ -599,6 +599,8 @@ class UserMethods: notify.peer = await self.get_input_entity(notify.peer) return notify except AttributeError: - return types.InputNotifyPeer(await self.get_input_entity(notify)) + pass + + return types.InputNotifyPeer(await self.get_input_entity(notify)) # endregion