Telegram Setup
How to create a Telegram bot and connect it to your AI assistant
Creating a Telegram Bot
Your AI assistant lives inside a Telegram bot. Here's how to create one:
Step 1: Talk to BotFather
- Open Telegram and search for @BotFather
- Send
/newbot - Choose a display name for your bot (e.g., "My AI Assistant")
- Choose a username ending in
bot(e.g.,my_claw_assistant_bot)
Step 2: Copy Your Token
BotFather will respond with an API token that looks like:
7123456789:AAHfiqksKZ8WmR2zCXXXXXXXXXXXXXXXXXX
Copy this token — you'll need it for MyClaw.
Step 3: Add Token to MyClaw
- Go to Settings > API Keys in your MyClaw dashboard
- Paste the token in the Telegram Bot Token field
- Click Save
Connecting to Your Assistant
Once your server is deployed with the Telegram token configured:
- Open Telegram
- Search for your bot by its username
- Press Start
- Send any message — your AI assistant will respond!
Bot Privacy Settings
By default, Telegram bots can only see messages that are directly sent to them or mention them. This is the recommended setting for privacy.
If you want to use your bot in group chats:
- Open @BotFather
- Send
/setprivacy - Select your bot
- Choose Disable to let the bot see all group messages
Tips
- Custom avatar: Send
/setuserpicto BotFather to set a profile picture for your bot - Description: Send
/setdescriptionto BotFather to add a short bio - Commands menu: Your assistant responds to natural language — no slash commands needed