Telegram group add link requests admin rights up front
Use `startgroup` or `startchannel` links with the right admin permissions before rollout, so the bot lands in the team context with enough authority to do the job on day one.
Why this can grow a startup
A collaborative Mini App often fails for a boring reason: the bot is added to the chat, but it cannot actually perform the action that justified the install. Telegram's deep-link docs are unusually explicit here. Group and channel links can request admin permissions up front, and group links can also pass a start parameter after the bot is added. That turns the invite link into a qualification tool. If the job needs pinning, posting, or topic management, ask for the right shape of install instead of leaving the operator to fix permissions later.
Company example
Telegram documents `startgroup` and `startchannel` links that can request combinations of admin rights like `post_messages`, `pin_messages`, `manage_topics`, and `invite_users`, while group links can also invoke the bot with a start parameter after install.
Source and metric
Source: Deep links
Telegram supports admin-right requests directly inside group and channel add links, plus a post-install start parameter for groups.
When to use it
Use this when Onboarding, Product, Activation is relevant to telegram mini apps, group rollout, admin rights and you can run a bounded test with a low budget.
When not to use it
Do not use it as a substitute for customer evidence, a clear owner, or a measurable stop condition. Local platform rules and market behavior still need checking.
Founder checklist
- Read Deep links and identify what is directly supported.
- Choose one channel context: Onboarding, Product, Activation.
- Define the test around Telegram supports admin-right requests directly inside group and channel add links, plus a post-install start parameter for groups..
- Set an owner, evidence window, and stop condition before launch.
Explore the context
Apply this with an operator
Choose product surfaces that compound distribution without hiding weak activation or retention.