Tg-Rich-Converter: Streaming LLM Markdown and LaTeX to Telegram Bot API 10.1 A new zero-dependency Python library, tg-rich-converter, converts LLM Markdown, LaTeX formulas, reasoning tags, and tables into native Telegram Bot API 10.1 Rich HTML for the sendRichMessage endpoint. The library supports Telegram's 32,768-character Rich Message limit, native tables, inline and display LaTeX via tg-math and tg-math-block tags, and expandable details blocks for reasoning models including DeepSeek-R1, OpenAI o1/o3, Qwen, and Gemini. It is installable via pip install tg-rich-converter and ships with a tg-rich CLI, a streaming mode that auto-balances unclosed code blocks, think tags, and LaTeX delimiters to prevent Telegram 400 Bad Request parse errors, and a local preview.html generator. A lightweight, zero-dependency Python library that converts standard LLM Markdown, LaTeX formulas, thinking processes, and tables into native Telegram Bot API 10.1+ Rich HTML sendRichMessage . Starting with Telegram Bot API 10.1 , Telegram introduced Rich Messages sendRichMessage supporting: - Messages up to 32,768 characters no more 4,096-character limit . - Native interactive tables with borders and striping. - Native LaTeX math rendering both inline and display equations . - Expandable spoiler/details blocks for reasoning models DeepSeek-R1 , OpenAI o1/o3 , Qwen , Gemini . - Native lists and advanced typography