In the video itself it can be seen that the bot sends back messages even without receiving any messages for the same. It is echoing the previously sent messages again and again if my python script is running and my engrok server is also running. The bot is continuously sending back previously sent messages again and again without receiving anything.
What is the issue with the same? Is it because we are creating the bot in the global scope now?