You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Markdown text is sent as rich Markdown without converting it to HTML.
407
-
- Explicit HTML payloads are sent as rich HTML.
406
+
- Markdown text is rendered through OpenClaw's Markdown IR and sent as Telegram rich HTML.
407
+
- Explicit rich HTML payloads preserve supported Bot API 10.1 tags such as headings, tables, details, rich media, and formulas.
408
408
- Media captions still use Telegram HTML captions because rich messages do not replace captions.
409
409
410
-
Long rich text is split automatically across Telegram's rich text and rich block limits. Tables over Telegram's column limit are sent as code blocks.
410
+
This keeps model text away from Telegram Rich Markdown sigils, so currency like `$400-600K` is not parsed as math. Long rich text is split automatically across Telegram's rich text and rich block limits. Tables over Telegram's column limit are sent as code blocks.
411
411
412
412
Link previews are enabled by default. `channels.telegram.linkPreview: false` skips automatic entity detection for rich text.
0 commit comments