Connect Telegram
The fastest channel to set up: one token from BotFather, one config block.
The fastest channel to set up: one token from BotFather, one config block.
Platform setup
- Open @BotFather in Telegram.
- Send
/newbotand follow the prompts. - Copy the bot token.
Configuration
Required fields: bot_token.
{
"channels": {
"telegram": {
"bot_token": "123456789:ABCdefGHIjklMNOpqrSTUvwxYZ",
"verbose": { "show_thinking": true, "show_tool_use": true }
}
}
}Apply with va channel sync (the pattern). The optional verbose object works on every channel: show_thinking and show_tool_use (both default false) include the agent's thinking and tool-use blocks in chat output.
Source anchors: va-plugin-channel-telegram src/main.ts (requiredConfig), @vibearound/plugin-channel-sdk (verbose parsing).
Last verified: v0.7.11
Channels
Connecting an IM channel takes three steps everywhere: create the bot on the platform, put its credentials under channels.<kind in settings.json, and let VibeAround start the plugin. This page covers the VibeAround si...
Connect Feishu / Lark
Feishu and Lark share one open platform model, but the portal and API domain must match your tenant: mainland Feishu uses the Feishu Open Platform (open.feishu.cn); overseas Lark uses Lark Developer (open.larksuite.co...