Assume that pyrogram client is started and receiving updates (new events) and saving them in a databse. if I stop the client, wait for one minute, and start the client again, it doesn't receive updates that occurred during the offline time.
by client, I mean a normal telegram account, not a bot.
Finally I found this page:
https://core.telegram.org/api/updates
Is there any function in pyrogram to handle this?