Files
nexus/wiki/entities/Telegram.md
2026-04-27 12:03:03 +08:00

1.3 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Telegram entity
messaging
bot
multi-channel
multi-channel-assistant
2026-04-27

Overview

Telegram 是一款支持端到端加密的跨平台即时通讯应用,以其 Bot API 和 Topic话题功能著称。在 AI Agent 工作流中Telegram 常被用作主交互界面——通过 Bot API 接入 AI 助手,结合 Topic 功能实现单一入口内的多上下文隔离。

Aliases

  • Telegram Bot
  • TG

Key Features for AI Agent Integration

  • Bot API:通过 HTTP Bot API 与 AI Agent 集成,支持消息收发、命令菜单
  • Topics:群组/频道内的虚拟线程,实现上下文隔离(在 multi-channel-assistant 中用于分隔 config/updates/video-ideas/personal-crm/earnings/knowledge-base 等不同工作流)
  • Channel:广播型消息推送,适合定期摘要和提醒
  • Inline Mode@ 机器人直接提问

Role in multi-channel-assistant

Telegram 作为统一入口,通过 Topic 分话题路由不同类型的请求,用户无需切换 app 即可与不同工具交互。

Connections