Pyrogram stops handle updates after "updatesTooLong" response

539 Views Asked by At

I would like to write a bot that will listen to the specific chat and save messages to the local storage. After starting the bot app, everything works properly, but after some time I can see such information in the logs:

pyrogram.client {
    '_': 'types.UpdatesTooLong'
}

Immediately after this log, my userbot stops hearing any message from any user. How can I fix this and handle such case updatesTooLong ?

0

There are 0 best solutions below