telegram api constructor · layer 229 · #5f2d1df2

premiumSubscriptionOption

Describes a Telegram Premium subscription option

definition

premiumSubscriptionOption#5f2d1df2 flags:# current:flags.1?true can_purchase_upgrade:flags.2?true transaction:flags.3?string months:int currency:string amount:long bot_url:string store_product:flags.0?string = PremiumSubscriptionOption;

parameters

nametypedescription
flags#Flags, see TL conditional fields
currentflags.1?trueWhether this subscription option is currently in use.
can_purchase_upgradeflags.2?trueWhether this subscription option can be used to upgrade the existing Telegram Premium subscription. When upgrading Telegram Premium subscriptions bought through stores, make sure that the store transaction ID is equal to transaction, to avoid upgrading someone else's account, if the client is currently logged into multiple accounts.
transactionflags.3?stringIdentifier of the last in-store transaction for the currently used subscription on the current account.
monthsintDuration of subscription in months
currencystringThree-letter ISO 4217 currency code
amountlongTotal price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).
bot_urlstringDeep link used to initiate payment
store_productflags.0?stringStore product ID, only for official apps

type

PremiumSubscriptionOption

history

present in layers 145–229 · constructor id changed 1×

idlayers
#b6f11ebe145–151
#5f2d1df2152–229