Auto-sync: 2026-04-17 19:17

This commit is contained in:
2026-04-17 19:17:27 +08:00
parent a1c4f6495b
commit 52c143d5e4
49 changed files with 1444 additions and 1 deletions

22
wiki/entities/Telegram.md Normal file
View File

@@ -0,0 +1,22 @@
---
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 替代方案,无网络时使用短信通知