Auto-sync: 2026-04-16 13:01

This commit is contained in:
2026-04-16 13:01:38 +08:00
parent c0571d778c
commit b2250c60b2
59 changed files with 1288 additions and 2670 deletions

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

@@ -0,0 +1,24 @@
---
title: "Telegram"
type: entity
tags: [messaging, bot, webhook, notification]
---
## 基本信息
- **类型**: 即时通讯平台 / Bot API
- **官网**: https://telegram.org
- **Bot API**: https://core.telegram.org/bots
## 核心能力
- BotFather 创建机器人获取 Token
- Webhook 模式Telegram 服务器主动向用户服务器推送更新
- Polling 模式:客户端轮询获取更新
- 支持文本/图片/音频/视频/文件等多模态消息
## 与 n8n 集成
- [[n8n]] 内置 Telegram Trigger 节点
- Telegram Trigger 必须配置公网 HTTPS Webhook URL
- 参见 [[n8n-Telegram-Trigger-HTTPS配置修复]]
## 相关概念
- [[Telegram Webhook]]: Telegram Bot 与服务端通信的回调机制