How to Set Up OpenClaw on Telegram
OpenClaw FAQ
Create a Telegram bot via BotFather, add the token to OpenClaw config, and start chatting. Telegram is the easiest channel to set up.
Why Telegram?
Telegram is the easiest channel to set up with OpenClaw. It uses the official Bot API (via grammY), supports rich messages, and works in both DMs and groups.
Setup Steps
- Open Telegram and message @BotFather
- Create a new bot:
/newbot - Copy the bot token
- Add it to your OpenClaw config
- Start the gateway and message your bot
Features
- Rich text with Markdown formatting
- Inline buttons and keyboards
- Image and file sharing
- Group chat support
- Voice message support
// Add Telegram bot token to config
{
"channels": {
"telegram": {
"token": "your-bot-token-from-botfather",
"dmPolicy": "pairing",
"allowFrom": ["your-telegram-user-id"]
}
}
} Ready to automate Telegram?
Sign up and connect your Telegram bot to OpenClaw in minutes.
Get Started Free →