Skip to content

Commit

Permalink
pyrofork: fix search_message
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Nov 22, 2024
1 parent f41a1e8 commit 0f605ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/search_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def get_chunk(
else None
),
hash=0,
thread_id=thread_id
top_msg_id=thread_id
),
sleep_threshold=60
)
Expand Down

0 comments on commit 0f605ae

Please sign in to comment.