How to Share Telegram Sticker Sets: Deep Links, One-Tap In-Chat Adds & Cross-Platform URLs
Maximize the reach of your custom sticker collections. Explore the dual-layer mechanics of Telegram sticker distribution—from instant in-chat preview modals that require zero typing, to universal t.me/addstickers links, native deep link schemes, and QR codes tailored for social platforms and offline campaigns.
https://t.me/addstickers/slug with rich Open Graph preview cards.
tg://addstickers?set=slug for custom mobile applications and direct OS intent-filter dispatch.
Sticker Set Sharing & Deep Link Architecture
MTProto Layer 174: messages.installStickerSet
When a user opens a sticker link or taps on a sticker in chat, the client queries messages.getStickerSet to fetch document metadata and renders the preview grid. Upon tapping 'Add Stickers', the client issues messages.installStickerSet to link the pack to the user's personal cloud sticker inventory.
messages.installStickerSet#c78fe460
stickerset:InputStickerSet
archived:Bool = messages.StickerSetInstallResult;
inputStickerSetShortName#861cc8a0
short_name:string = InputStickerSet;
messages.stickerSetInstallResultSuccess#38641634 = messages.StickerSetInstallResult;
messages.stickerSetInstallResultArchive#35e410a1
sets:Vector<StickerSetCovered> = messages.StickerSetInstallResult;
messages.stickerSetInstallResultArchive, moving the oldest unused sticker sets into the user's archive without deleting them, ensuring zero disruption when installing new viral collections.
Comparing Sticker Distribution Channels
Choose the optimal sharing format depending on your target platform and audience context.
| Channel Format | Protocol Syntax | Target Environment | User Experience |
|---|---|---|---|
| In-Chat Bubble Tap | Message Object Payload | Telegram Direct / Groups | Zero typing. 1 tap opens native sheet. |
| Universal HTTPS URL | https://t.me/addstickers/<slug> |
Web, Social Media, Email | Redirects to Telegram app or web preview. |
| Deep Link URI | tg://addstickers?set=<slug> |
Mobile Apps, HTML5 Buttons | Bypasses browser, launches native app directly. |
| Scannable QR Code | 2D Matrix barcode | Print, Merch, Event Posters | Camera scan triggers instant Telegram prompt. |
Sticker Link & QR Dispatch Studio
Enter your custom pack short name below to generate production-ready universal URLs, native mobile deep links, and HTML embed snippets.
Sticker Set Sharing FAQ
Answers to key questions on sticker usage analytics, unlisted packs, and install friction.
@Stickers bot, you can send /packstats to view installation counts and total uses. Packs created via the in-app editor currently display total installations and usage counts within the pack details modal when viewed on Telegram Desktop or Telegram macOS.
t.me/addstickers link in a web browser on desktop or mobile, Telegram displays a web landing page showing sticker previews with a prominent button prompting the user to install Telegram or launch Telegram Web.
short_name slug cannot be renamed directly in the mobile client to prevent breaking existing links shared across external forums. If a rename is needed, you can manage and duplicate the set via @Stickers bot or publish an updated version with a new versioned slug.