pyrogram – Filter commands addressed to the bot – Telegram API
If I filter a command using something like filters.command(["my_command"], in groups the bot gets notified when I execute the command /my_command, but if I address it to the bot (e.g. /my_command@MyBot) it won't get notified. How can I modify the…