mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 03:30:09 +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:
|
if not pts_date:
|
||||||
# First-time, can't get difference. Get pts instead.
|
# First-time, can't get difference. Get pts instead.
|
||||||
result = await self(functions.channels.GetFullChannelRequest(
|
result = await self(functions.channels.GetFullChannelRequest(
|
||||||
channel=where
|
utils.get_input_channel(where)
|
||||||
))
|
))
|
||||||
self._state_cache[channel_id] = result.full_chat.pts
|
self._state_cache[channel_id] = result.full_chat.pts
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user