TGTGInsighttelegram intelligenceLIVE / telegram public index
← Telegram github commits and releases
Telegram github commits and releases avatar

TGINSIGHT POST

Post #19663

@tgappsupdates

Telegram github commits and releases

Views252Post view count
PostedApr 704/07/2026, 04:30 AM
Post content

Post content

telegramdesktop/tdesktop/dev • a17199c • 2 files, +11/-3 Fix startchannel deeplink: add missing stories rights and bot defaults fallback. ParseRequestedAdminRights was missing post_stories, edit_stories and delete_stories identifiers, causing all admin rights to be discarded when any of these appeared in the admin parameter. Also, startchannel always used explicit URL rights even when empty, never falling back to bot's default admin rights configured via BotFather (unlike iOS client). Unknown admin right identifiers are now skipped instead of discarding all already-parsed rights, improving forward-compatibility of deeplinks. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> #tdesktop