mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 11:10:18 +03:00
Update telethon/client/updates.py
Co-Authored-By: Lonami <totufals@hotmail.com>
This commit is contained in:
parent
0dbb084aba
commit
102e6ee0b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user