How Telegram Mini Apps Send Gifts with Stars: Achievement Rewards, In-Game Milestones & Profile Showcases
Discover the new gamified economy in Telegram. Learn how Mini Apps can tap their Telegram Stars treasury to reward dedicated players with collectible animated gifts, display permanent achievement trophies on user profiles, and unlock valuable in-app ecosystem incentives.
Reward top guild leaders, PvP tournament winners, and loyal community members with rare animated gifts paid in Stars.
Transferred gifts pin directly to the recipient's Telegram profile Gifts tab, proving their in-game prestige to all contacts.
Players can showcase their gifts, convert them into liquid Telegram Stars, or upgrade them to limited-edition blockchain collectibles.
monetization_on The Circular Economy: Mini App Stars to Real Player Gifts
code Bot API 8.0+: The sendGift Endpoint Architecture
sendGift endpoint, deducting Stars directly from the bot's developer balance:
// POST https://api.telegram.org/bot<token>/sendGift
{
"user_id": 948102841,
"gift_id": "5284019284192",
"text": "Congratulations on winning Season 4 Championship! 🏆",
"text_parse_mode": "HTML"
}
// Successful Response Payload
{
"ok": true,
"result": {
"gift": {
"id": "5284019284192",
"sticker": { ... },
"star_count": 250,
"total_count": 10000,
"remaining_count": 4120
}
}
}
celebration What Players Can Do with Received Gifts
Showcase on Your Profile
Gifts automatically display on your personal Telegram profile under the dedicated Gifts tab. Anyone visiting your profile can inspect the gift, read the bot's custom congratulatory message, and verify your achievement.
Convert to Telegram Stars
If you prefer utility over cosmetics, you can convert any received gift back into Telegram Stars (typically 85% of original purchase value). You can use these Stars to unlock premium channels, purchase digital media, or buy items in other games.
Upgrade to Collectibles on TON
Limited-quantity gifts can be upgraded into on-chain Collectibles. These verifiable digital assets can be traded on open decentralized marketplaces or held as rare historical memorabilia.
Simulate how a Mini App triggers a real Telegram Gift reward when you accomplish an in-game achievement milestone.
Status: Waiting for in-game milestone completion...
help Frequently Asked Questions
No. The entire cost of the gift is deducted directly from the Mini App's bot balance. The receiving user pays zero fees to accept and showcase the gift on their profile.
Yes. In your profile Gifts tab, you can tap the three dots on any individual gift and select “Hide from Profile” or convert it directly to Stars.