Channels
Telegram Setup
Connect your agent to Telegram — the fastest messaging integration, about 30 seconds.
Telegram Setup
Telegram is the fastest messaging integration — about 30 seconds to set up.
Create a Telegram bot
- Open Telegram on your phone or desktop
- Search for @BotFather (the official bot-creation tool)
- Send
/newbot - BotFather asks for a name — the display name (e.g. "My AI Assistant")
- BotFather asks for a username — must end in "bot" (e.g.
myai_assistant_bot) - BotFather gives you a token like
123456789:ABCdefGHIjklMNOpqrsTUVwxyz - Copy this token
Connect in the wizard
- On the wizard's Connect your messaging apps screen, select Telegram
- Paste the bot token from BotFather
- The wizard verifies it works
Test your bot
After deployment:
- Open Telegram and search for your bot by its username
- Click Start or send any message
- If ChatGPT or Claude still needs sign-in, follow the secure sign-in link the bot sends first
- Once AI setup finishes, send a message and your agent responds
Finish AI setup from Telegram
If Telegram is connected before ChatGPT or Claude sign-in finishes, the bot shows a command menu and inline buttons after deploy. Open the bot, then tap Connect ChatGPT or Connect Claude — or use the /connectchatgpt / /connectclaude commands. The bot replies even before AI is connected, so you can start right away.
For ChatGPT, the bot sends a browser sign-in link.
Copy the sign-in link into Safari, Chrome, or your normal desktop browser instead of opening it inside Telegram — messenger browsers cannot finish the login reliably. After sign-in, paste the ChatGPT sign-in code back to the bot. Never paste API keys or OAuth bearer tokens into chat.
Customize your bot
Use BotFather to customize:
/setdescription— what users see before they start chatting/setabouttext— the bot's profile bio/setuserpic— upload a profile picture/setcommands— add custom command buttons
Group chats
Your bot can work in Telegram groups too:
- Add the bot to a group
- Make it an admin so it can read messages
- The bot responds when mentioned or when specific keywords are used
Privacy mode
By default, Telegram bots in groups only see messages that mention them. To let your bot see all messages:
- Send
/setprivacyto BotFather - Choose your bot
- Select Disable
Only do this if your bot needs to respond to every message in a group.