mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Don't fetch reply-to messages in search_messages
This commit is contained in:
parent
d1bdaae81d
commit
04eef09097
@ -54,7 +54,7 @@ async def get_chunk(
|
||||
sleep_threshold=60
|
||||
)
|
||||
|
||||
return await utils.parse_messages(client, r)
|
||||
return await utils.parse_messages(client, r, replies=0)
|
||||
|
||||
|
||||
class SearchMessages:
|
||||
|
Loading…
Reference in New Issue
Block a user