Open
Description
I have an issue when sending multiple files. When I make a request to an API, it might return more than 50 links. I want to send a video for each link. However, when the request is sent to the bot, while waiting for the server's response, if it takes more than a minute, the request is repeated without any message from the user, and eventually, this process continues indefinitely, causing the bot to get stuck in an infinite loop.