Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit b758282

Browse files
author
astrbot-docs-agent[bot]
committed
docs: update for AstrBotDevs/AstrBot#5430
1 parent dd95160 commit b758282

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

en/deploy/platform/telegram.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Connecting to Telegram
32

43
## Supported Message Types
@@ -15,6 +14,10 @@
1514

1615
Proactive message push: Supported.
1716

17+
## Changelog
18+
19+
- **v4.15.0+**: Fixed an issue where video messages failed to send without obvious error logs. Also fixed video message handling in streaming replies and thread (Topic) message reply metadata issues.
20+
1821
## 1. Create a Telegram Bot
1922

2023
First, open Telegram and search for `BotFather`. Click `Start`, then send `/newbot` and follow the prompts to enter your bot's name and username.

zh/deploy/platform/telegram.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# 接入 Telegram
32

43
## 支持的基本消息类型
@@ -16,13 +15,17 @@
1615

1716
主动消息推送:支持。
1817

18+
## 更新日志
19+
20+
- **v4.15.0+**: 修复了视频消息发送失败但无明显报错的问题,同时修复了流式回复中视频消息的处理以及话题(Topic)消息回复的元数据问题。
21+
1922
## 1. 创建 Telegram Bot
2023

2124
首先,打开 Telegram,搜索 `BotFather`,点击 `Start`,然后发送 `/newbot`,按照提示输入你的机器人名字和用户名。
2225

2326
创建成功后,`BotFather` 会给你一个 `token`,请妥善保存。
2427

25-
如果需要在群聊中使用,需要关闭Bot的 [Privacy mode](https://core.telegram.org/bots/features#privacy-mode),对 `BotFather` 发送 `/setprivacy` 命令,然后选择bot, 再选择 `Disable`
28+
如果需要在群聊中使用,需要关闭Bot的 [Privacy mode](https://core.telegram.org/bots/features#privacy-mode),对 `BotFather` 发送 `/setprivacy` 命令,然后选择bot, 再选择 `Disable`
2629

2730
## 2. 配置 AstrBot
2831

0 commit comments

Comments
 (0)