Troubleshooting

Fix: Telegram Bot Not Responding

Troubleshoot Telegram bot connection issues. Token validity, webhook setup, and group permissions.

Telegram bot is connected per the dashboard but does not respond. Single most common cause: privacy mode left enabled in BotFather.

Confirm the symptoms

  • /help in group โ†’ no reply.
  • /help in DM โ†’ works.
  • Other bot commands ignored.

30-second quick fix

  • @BotFather โ†’ /setprivacy โ†’ DISABLE.
  • Make sure the bot has the required admin permissions.

Root causes

  1. 1. Privacy mode ON

    Default for new bots.

    • Disable.
  2. 2. Bot not added to group

    Pasting token isn't the same as adding the bot to a chat.

    • Group โ†’ Add member โ†’ search username.
  3. 3. Bot session crashed

    Rare; dashboard shows "Disconnected".

    • Reconnect.
  4. 4. Token revoked / regenerated

    BotFather โ†’ /token regenerates and invalidates the old token.

    • Paste the new token into BotWave.

Detailed resolution

  1. 1

    Verify session is Connected

    Dashboard โ†’ Sessions.

  2. 2

    Disable privacy mode

    /setprivacy in BotFather.

    /setprivacy
  3. 3

    Confirm bot is added to group

    Group info โ†’ members.

  4. 4

    Send /help in DM with the bot

    If this works, the issue is group-side.

Expected result

Bot responds to commands in groups.

Frequently asked questions

Token rotated, what now?

Paste new token in Dashboard โ†’ Sessions โ†’ Edit.

Still stuck?

Open a support ticket from the dashboard and we will look at your session logs directly.

Other troubleshooting guides

Related how-to guides