How to make a bot responding once if an user sends more than one photo at the same time? – Telegram API
I'm developing a Telegram bot in nodejs. I create an instance of node-telegram-bot-api and I'm using the method on('photo') to manage if a user sends a photo to my bot. The problem is when a user sends more than one…