How Telegram Star Subscriptions Work: Exclusive Channel Passes, Monthly In-App Billings & Creator Perks
Build sustainable recurring revenue directly within your ecosystem. Learn how Telegram Star Subscriptions empower creators to generate exclusive private invite links requiring monthly payments in Stars—automating membership management, renewals, and tiered VIP perks without external paywalls.
How Star Subscription Invite Links Function
A technical breakdown of the Layer 174 schema that governs subscription pricing on chat invites.
// Channel Invite Link with Monthly Star Pricing
chatInvite#2ef52f36 flags:#
channel:flags.0?true
title:flags.3?string
subscription_pricing:flags.6?StarsSubscriptionPricing
subscription_expired:flags.7?true
link:string = ExportedChatInvite;
starsSubscriptionPricing#2088f118
period:int // Standard billing period: 2592000 (30 days)
amount:long = StarsSubscriptionPricing;
// User Subscription State Query
payments.getStarsSubscriptions#2e49c71a flags:#
missing:flags.0?true
offset:string = payments.StarsSubscriptions;
When creating a paid invite link, Telegram attaches a starsSubscriptionPricing object defining the fee (amount) and period (2,592,000 seconds / 30 days). When a user joins via the link, Telegram's payments daemon establishes a recurring transaction schedule. If renewal fails, the daemon automatically expels the user from the channel, relieving creators of tedious manual roster moderation.
Calculate recurring monthly earnings based on your monthly subscription price and anticipated member base.
Zero payment gateway setup required. Instant checkout for subscribers with their existing Telegram Star balance.
How to Create a Star Subscription Invite Link
Follow these simple steps in your channel settings.
Star Subscriptions FAQ
Answers regarding cancellations, refunds, and multiple tiers.