79811179

Date: 2025-11-06 10:59:29
Score: 0.5
Natty:
Report link

When working with Telegram Mini Apps, extracting data from deep links depends on how you've set up your Mini App and which deep link format you're using. Here's a comprehensive guide:

Understanding Telegram Deep Link Formats

There are two main approaches to Telegram Mini Apps, each with different deep link formats:

1. Full Mini App (created with /newapp in BotFather)

Deep Link Format:

https://t.me/your_bot/app_short_name?startapp=your_parameter

Advantage: Parameters pass directly to your Mini App without needing bot backend code.

2. Menu Button Web App (without /newapp)

Deep Link Format:

https://t.me/your_bot?start=your_parameter

Disadvantage: Opens bot chat first; requires bot backend to handle the parameter and pass it to your Mini App.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: aryan