I have a bot which takes some simple information similar to filling a form. It works fine for 2 to 5 users but it suddenly stops receiving and sending messages when number of users reach upto 20. There is no error in logs. It just stops. I want to ask is there any limit to number of messages per second Telegram bot can respond to? Can this be Telegram bot issue or should I debug my code starting from 1 user and gradually increase number of users to see if something appears. Please guide.
Thanks