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

22 lines
697 B
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.
---
id: telegram
title: Telegram
type: entity
tags: [messaging, bot, api]
---
## Aliases
- Telegram Bot API
## Description
Telegram 是一个跨平台的即时通讯应用,提供开放的 Bot API允许开发者创建自动化机器人。Bot 可用于发送消息、处理命令、集成第三方服务。在 AI Agent 应用中Telegram 常作为消息推送渠道,实现定时检查、提醒和交互功能。
## Use Cases
- 每日习惯检查提醒
- 任务状态推送
- Agent 交互接口
- 自动化工作流触发
## Related Concepts
- [[Cron-Jobs]]:定时任务调度,与 Telegram Bot 结合实现每日提醒
- [[Twilio]]SMS 替代方案,无网络时使用短信通知