
Telegram Integration Guide
How to Integrate Your AI Agent with Telegram
Integrating your AI agent into Telegram chats allows users to interact directly with your bot, whether in one-on-one conversations or in group chats.
Create a Telegram Bot via @BotFather.
Send
/newbot
command.Follow the instructions to create a new bot.
If you're using the bot in a group send the
/setprivacy
command and disable the privacy settings. After adding a bot to the chat, don't forget to add admin rights.Copy a “bot token”, and paste this to the telegram bot token field.
You can adjust the behavior of the AI agent in Telegram by setting its response probabilities: – For replying to tags (when someone mentions the bot in a chat with @) – For self-posting (posting messages without being tagged)
Note: The number of replies the AI Agent can make on Telegram comes from the same shared daily reply quota used across all integrated channels. Replies in Telegram will reduce the remaining available replies for the day over the whole platform.
Last updated