Enhanced Claude Code Telegram Plugin Adds Voice, Stickers, Threading

A developer has created an enhanced fork of the official Claude Code Telegram plugin, adding several practical features not included in the base release. The fork is open source and available on GitHub.
Key Features Added
- MarkdownV2 formatting: Bold, italic, and code blocks now render correctly in Telegram instead of showing raw characters.
- Voice & audio message support: Users can send voice notes from their phones, and Claude transcribes them using Whisper.
- Sticker & GIF support: Claude can now see stickers and GIFs by converting them to frame collages.
- Conversation threading: In group chats, Claude follows reply chains up to 3 levels deep and responds in the correct thread.
- Inline keyboard buttons: Claude can send tappable choices and wait for user responses.
- Emoji reaction tracking: Users can react with 👍👎🔥 and Claude receives the feedback.
- Reaction status indicators: Uses 👀 when read, 🔥 when working, and 👍 when done.
- Emoji validation: Eliminates cryptic REACTION_INVALID errors.
Setup
The fork is designed as a drop-in replacement for the official plugin. Setup involves cloning the repository, copying one file, and restarting. It works with the existing official plugin infrastructure.
The developer built this enhanced version within hours of the official plugin's release, noting that the original "ships only the basics." They're seeking contributors to help develop the project further.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Developer Achieves AI Agent Breakthroughs with Uber and Restaurant Booking Automation
An OpenClaw developer has successfully created AI agents that autonomously complete Uber ride bookings and restaurant reservations on real websites, overcoming bot detection and CAPTCHAs using a stack with stealth browsers, residential proxies, and CAPTCHA solving.

10.33 t/s on Qwen 3.5 35B with a $300 Laptop: Full Optimization Breakdown
A developer achieves 10.33 t/s on Qwen 3.5 35B Q4_K_S on a Lenovo Ideapad Slim 3i ($300) using ik_llama.cpp, core pinning, MTP speculative decoding, and BIOS performance tuning.

ViralCanvas.ai provides persistent context workspace for Claude models including Sonnet 4.5
ViralCanvas.ai is a visual workspace that sits on top of Claude's models, offering access to Sonnet 4.5, Sonnet 4.6, Opus 4.5, and Opus 4.6 with persistent context attachment. The tool addresses context degradation issues in long conversations by keeping connected documents actively weighted on every prompt.

OpenClaw PARA Skill Automatically Organizes Files Using Tiago Forte's Method
A developer created an OpenClaw skill that enforces the PARA method (Projects, Areas, Resources, Archives) for automatic file organization, moving files from a messy root directory into structured folders.