Fix: WhatsApp Bot Not Reading Messages
Bot not responding to messages. Check session status, prefix, admin permissions, and message types.
The bot is connected but seems oblivious, does not react to commands, does not delete spam. Almost always a permissions / privacy / scope issue.
Confirm the symptoms
- !help in group โ no response.
- !help in DM โ works.
- Other group members get replies, you do not.
30-second quick fix
- Ensure the bot is added to the group, not just a contact.
- For Telegram bots, ensure /setprivacy is DISABLED in BotFather.
- For WhatsApp, ensure the bot is admin if you need moderation actions.
Root causes
1. Telegram bot privacy mode ON
Default for new bots. Bot only sees @-mentions.
- @BotFather โ /setprivacy โ DISABLE.
2. Bot not in the group
Adding the contact does not add the bot to a specific group.
- Group info โ Add โ bot.
3. Command disabled for this group
Per-group command lockdown.
- Dashboard โ Groups โ Permissions โ enable.
4. Whitelist mode active and you are not on the list
Some admins lock commands to whitelist only.
- Add yourself or disable whitelist.
Detailed resolution
- 1
Confirm bot is in the group
Group info โ see member list.
- 2
For Telegram, disable privacy mode
@BotFather โ /setprivacy โ choose your bot โ DISABLE.
/setprivacy - 3
Check permissions
Dashboard โ Groups โ click group โ Permissions.
- 4
Verify command is enabled
Send !commands in the group; if !help is missing from the list, it is disabled.
Expected result
Bot reacts to commands in the group as expected.
Frequently asked questions
Telegram privacy mode, why is it on by default?
Telegram's default is to protect group privacy from bots that don't need to see all messages. Most bots that moderate or analyse groups need it disabled.
Still stuck?
Open a support ticket from the dashboard and we will look at your session logs directly.
Other troubleshooting guides
Telegram Bot Not Responding
Troubleshoot Telegram bot connection issues. Token validity, webhook setup, and group permissions.
WhatsApp Bot Not Responding
How to fix "WhatsApp Bot Not Responding". Step-by-step troubleshooting guide with solutions.
WhatsApp Bot Not Admin in Group
How to fix "WhatsApp Bot Not Admin in Group". Step-by-step troubleshooting guide with solutions.