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

697 B
Raw Blame History

id, title, type, tags
id title type tags
telegram Telegram entity
messaging
bot
api

Aliases

  • Telegram Bot API

Description

Telegram 是一个跨平台的即时通讯应用,提供开放的 Bot API允许开发者创建自动化机器人。Bot 可用于发送消息、处理命令、集成第三方服务。在 AI Agent 应用中Telegram 常作为消息推送渠道,实现定时检查、提醒和交互功能。

Use Cases

  • 每日习惯检查提醒
  • 任务状态推送
  • Agent 交互接口
  • 自动化工作流触发
  • Cron-Jobs:定时任务调度,与 Telegram Bot 结合实现每日提醒
  • TwilioSMS 替代方案,无网络时使用短信通知