Files
nexus/wiki/entities/Telegram.md
2026-04-16 13:01:42 +08:00

25 lines
721 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.
---
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 与服务端通信的回调机制