Make Telegram bot to read only /commands as administrator – Telegram API
I am using Telegram bot API with AWS Lambda and Zappa. Everything was working fine. Until I realised that bot's webhook is being called everytime whenever a message is sent by anyone in the group. I want to limit this…