What is a Telegram Start Link?

A t.me link capable of passing hidden data payloads.

When a user clicks a `t.me/username?start=payload` link, the Telegram app opens and prompts them to press 'Start'. Instantly, your bot receives the `payload` securely, allowing it to adapt its welcome message dynamically.

Create Telegram Link

これらすべての連絡先に一度にメッセージを送信する必要がありますか?

SMSBAT ビジネス プラットフォームを使用して、Viber および SMS キャンペーン、トランザクション アラート、OTP コードを世界中の顧客に一括送信します。これは 1 つの API、直接オペレーター ルート、従量課金制です。

Step-by-step guide: How to Create a Telegram Link: t.me Links, Deep Links with a Start Parameter, and QR Codes

How the Generator Works

1

Enter Username

Input the exact {'@'} of your Telegram Bot or Group.

2

Set Parameters

Attach alphanumeric strings to identify the traffic source.

3

Share the Link

Use the t.me link on your website or social media channels.

How to Use Telegram Links

Referral Programs

Pass affiliate IDs through the start parameter to track conversions.

Product Specific Prompts

Send the user specific product information immediately upon starting.

Multi-Channel Tracking

Use different start parameters for Facebook ads versus Google ads.

Deep Authentication

Pass temporary secure tokens to bind web sessions to Telegram accounts.

Generic Start vs Payload Start

Feature Standard t.me Link Payload Start Link
User Action Press '/start' Press '/start'
Bot Intelligence Generic greeting sent Highly contextual greeting
Marketing Attribution Lost completely Tracked perfectly

Receiving Start Payloads API

Detect and process incoming start payloads instantly using the Webhook interface.

POST /api/ChatHub/telegram-bot
{
  "api_key": "YOUR_SMSBAT_KEY",
  "to": "TELEGRAM_USER_ID",
  "text": "Welcome! We detected you clicked the promo link."
}
Telegram Link FAQs