Downcity
AgentConfigurationChannels

Telegram

Basic project-side setup for enabling the Telegram channel in an Agent

Telegram

At the project level, the most common Telegram config is:

{
  "services": {
    "chat": {
      "channels": {
        "telegram": {
          "enabled": true,
          "channelAccountId": "telegram-main"
        }
      }
    }
  }
}

Key points:

  • enabled turns on the channel for this agent
  • channelAccountId binds the project to a global account

If you already have a working global Telegram account, this is usually the most important project-side step.

If you need the full chat pipeline details, continue into the chat service documentation for Telegram.

Table of Contents