Connect a Telegram bot to the agent
connect_telegram_botThe user creates a bot with @BotFather, gets the HTTP API token, and passes it here. After that, all messages to the bot are answered by the agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| bot_token | Yes | Telegram Bot API token from @BotFather |