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

29 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Telegram"
type: entity
tags: [messaging, bot, multi-channel]
sources: [multi-channel-assistant]
last_updated: 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
- [[OpenClaw]] — 通过 OpenClaw 配置层接入 Telegram Bot
- [[multi-channel-assistant]] — Telegram 作为主交互界面
- [[PhoneBasedPersonalAssistant]] — Telegram 是 Phone 入口之外的文字/语音备选