Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

View File

@@ -1,24 +0,0 @@
---
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 与服务端通信的回调机制