## Summary Right now, Telegram can only stream messages in threaded DM's using `sendMessageDraft`. ## Proposed solution Continously edit the message (while respecting rate limits) so stream the response back. ## Alternatives considered Stick to `sendMessageDraft` and wait for an official non-DM and non-threaded DM approach. ## Additional context https://github.com/user-attachments/assets/b9c7e1d0-8637-47b5-83ea-d680211aa3cc Feature request and demo video by @rursache.
Summary
Right now, Telegram can only stream messages in threaded DM's using
sendMessageDraft.Proposed solution
Continously edit the message (while respecting rate limits) so stream the response back.
Alternatives considered
Stick to
sendMessageDraftand wait for an official non-DM and non-threaded DM approach.Additional context
Screenshot.2026-02-02.at.14.13.34.mp4
Feature request and demo video by @rursache.