Chat SDK now supports rich text in Telegram
The Chat SDK now renders markdown and AST messages as native rich text on Telegram, enabling real headings, lists, tables, task lists, formulas, and media blocks instead of flattened text. Existing plain string and card formats continue to work automatically with fallback support.
Chat SDK now renders explicit and messages as native rich messages on the . Your bots get real headings, lists, tables, task lists, formulas, and separate media blocks instead of flattened text.markdownastTelegram adapter
What you get:
Read the to get started.Telegram adapter documentation
: headings, lists, tables, task lists, formulas, and media blocks.Native formatting
: private chats show live draft previews and persist the final response.Streaming
: plain strings, raw messages, cards, and captions continue to work exactly as before.Automatic fallback
Source: original entry ↗