Configure Telegram Topics

This is the configuration that i have right now:

"channels": {
    "telegram": {
      "enabled": true,
      "dmPolicy": "allowlist",
      "botToken": "xx",
      "allowFrom": [
        "18298582"
      ],
      "groupPolicy": "open",
      "streamMode": "partial"
    }
  }


I want to enable the bot to answer inside a group, and i want to create topics inside that group. How can i enable the bot to reply inside the group topic and how can i set different agents (personality/soul/prompts) for each topic?
Was this page helpful?