docs: explain Telegram rich messages opt-in

maintainer edit: document that richMessages defaults to false, when to enable it, and why Telegram Web users should leave it disabled.
This commit is contained in:
chengyongru
2026-06-25 16:10:33 +08:00
committed by Xubin Ren
parent e92899607a
commit f60b3c7920
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -79,6 +79,8 @@ If `nanobot channels status` does not show the channel as enabled, the config sn
```
> You can find your **User ID** in Telegram settings. It is shown as `@yourUserId`. Copy this value **without the `@` symbol** and paste it into the config file.
>
> `richMessages` defaults to `false`. Set it to `true` only if your Telegram client supports Bot API 10.1 rich messages and you want richer markdown rendering; keep it disabled for Telegram Web, which may show unsupported-message errors for rich messages.
**3. Run**
+2
View File
@@ -1482,6 +1482,8 @@ Global settings that apply to all channels. Configure under the `channels` secti
}
```
Telegram `richMessages` defaults to `false`. Enable it only to opt in to Bot API 10.1 `sendRichMessage` rendering; leave it disabled for Telegram Web clients that show unsupported-message errors for rich messages.
### Retry Behavior
Retry is intentionally simple.