mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
parent
f7c678855d
commit
c5958fc0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class SearchGlobal:
|
|||
|
||||
last = messages[-1]
|
||||
|
||||
offset_date = last.date
|
||||
offset_date = utils.datetime_to_timestamp(last.date)
|
||||
offset_peer = await self.resolve_peer(last.chat.id)
|
||||
offset_id = last.id
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue