mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 03:30:09 +03:00
fix
Co-Authored-By: Lonami <totufals@hotmail.com>
This commit is contained in:
parent
c604d8e728
commit
0dbb084aba
|
@ -459,7 +459,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.getFullChannel(
|
result = await self(functions.channels.GetFullChannelRequest(
|
||||||
channel=where
|
channel=where
|
||||||
))
|
))
|
||||||
self._state_cache[channel_id] = result.full_chat.pts
|
self._state_cache[channel_id] = result.full_chat.pts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user