Telegram Troubleshooting

Fix common Telegram + OpenClaw issues

Checklist

Run openclaw doctor first — it auto-detects the most common misconfigurations.

Bot Not Responding

  1. Verify the daemon is running: openclaw status
  2. Check your bot token is correct in config.yaml
  3. Ensure the channel is enabled: openclaw channels list
  4. Check logs: openclaw logs --channel telegram --tail 50

403 Forbidden from Telegram API

Your token may have been revoked. Regenerate it in @BotFather with /token and update config.yaml, then restart: openclaw restart

Messages Delivered but Agent Ignores Them

Webhook Errors

OpenClaw uses long-polling by default — no public webhook URL is required. If you've manually set a webhook, clear it:

openclaw channels fix telegram
Telegram Setup
Starting fresh? Follow the step-by-step setup guide.
Setup Guide →