From e40781181ccd8d960e2c8638c9782b1ac20861bc Mon Sep 17 00:00:00 2001 From: clown145 Date: Thu, 12 Feb 2026 15:13:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85Telegram=E9=9A=90?= =?UTF-8?q?=E7=A7=81=E6=A8=A1=E5=BC=8F=E4=B8=8E=E9=87=8D=E6=8B=89=E7=BE=A4?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dbc064b..41e63e9 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ retro_futurism 模板效果图 |------|-----------|--------------| | **QQ** | OneBot v11 | 建议使用 NapCat/Lagrange。需注意消息分页拉取限制。 | | **Discord** | Discord | **必须** 拥有 `Read Message History` (查看消息历史记录) 权限。 | +| **Telegram** | Telegram Bot API | 若机器人不是群管理员,入群前需先在 BotFather 关闭隐私模式 (`/setprivacy` -> `Disable`)。若机器人已在群内且非管理员,关闭后需要先移出机器人再重新拉入,设置才会生效。 | > [!CAUTION] @@ -136,6 +137,11 @@ retro_futurism 模板效果图 > 1. **Privileged Gateway Intents**: 开启 `Message Content Intent`。 > 2. **频道权限**: 确保机器人所在的频道,对应的角色拥有 **“查看消息历史记录”** 权限。 +> [!IMPORTANT] +> **Telegram 用户重点注意**: +> 1. 如果 TG Bot 不是群管理员,务必在拉入群前先关闭 BotFather 隐私模式。 +> 2. 如果 Bot 已经在群里且不是管理员,关闭隐私模式后必须先移除再重新拉入群,否则新设置不会生效。 + ## 注意事项