I’m learning n8n and trying to build a simple Telegram bot workflow using the Telegram Trigger node.
Sometimes the workflow receives messages correctly, but other times it doesn’t trigger at all even though the bot is online. I’m not sure if I’m missing some setting or doing something wrong.
Has anyone faced this before? Any idea what beginners usually miss in this setup?
@Alexander_Higgins one thing missed — in group chats, BotFather privacy mode is ON by default, so the bot only sees /commands, not regular messages. @BotFather → /setprivacy → pick bot → disable. Then kick + re-add to the group.