Connect Telegram Bot
How to create and connect a Telegram bot in Buda for two-way AI conversations.
Connect Telegram Bot
Buda supports direct conversations with users via a Telegram bot. Creating a bot only takes a few minutes inside Telegram — no developer account or approval process required.
Step 1: Create a Telegram Bot
Search for @BotFather in Telegram and open the chat.
Send the command:
/newbotBotFather will ask two questions:
- Display name (Name) — what users see, e.g.
Buda Assistant - Username — must end with
bot, e.g.buda_assistant_bot
Once done, BotFather will reply with a Token that looks like:
1234567890:AAFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxCopy this Token — you'll need it in the next step.
Step 2: Add the Channel in Buda
- Open Channels in Buda settings
- Click Add Channel and select Telegram
- Paste the Token you just copied, then click Connect
Step 3: Test
Search for your bot's username in Telegram, open the chat, and send a message such as Hi.
Once Buda replies, you're all set 🎉
Using in a Group
After adding the bot to a group, you need to @mention it to trigger a reply, for example:
@buda_assistant_bot What's on my schedule today?Troubleshooting
The bot is not responding
| Possible cause | Solution |
|---|---|
| Incorrect Token | Copy the Token again from BotFather, making sure there are no extra spaces |
| Channel is disabled | Check that the channel status in Buda shows Active |
| Not @mentioned in a group | In group chats, you must @mention the bot; private chats work without it |
What if the Token is compromised?
Send /revoke to BotFather, select the bot to regenerate its Token, then update it in Buda's channel settings.