From 102e6ee0b4e01140b497b316a13f7960f3e8c71b Mon Sep 17 00:00:00 2001 From: Manuel1510 <46545785+Manuel1510@users.noreply.github.com> Date: Sun, 27 Oct 2019 18:46:21 +0100 Subject: [PATCH] Update telethon/client/updates.py Co-Authored-By: Lonami --- telethon/client/updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/client/updates.py b/telethon/client/updates.py index b1ae77c4..d4098870 100644 --- a/telethon/client/updates.py +++ b/telethon/client/updates.py @@ -460,7 +460,7 @@ class UpdateMethods: if not pts_date: # First-time, can't get difference. Get pts instead. result = await self(functions.channels.GetFullChannelRequest( - channel=where + utils.get_input_channel(where) )) self._state_cache[channel_id] = result.full_chat.pts return