PremiumSubscriptionOption#

class pyrogram.raw.types.PremiumSubscriptionOption#

Describes a Telegram Premium subscription option.

Constructor of PremiumSubscriptionOption.

Details:
  • Layer: 158

  • ID: 5F2D1DF2

Parameters:
  • months (int 32-bit) – Duration of subscription in months.

  • currency (str) – Three-letter ISO 4217 currency code.

  • amount (int 64-bit) – Total 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_url (str) – Deep link used to initiate payment.

  • current (bool, optional) – Whether this subscription option is currently in use.

  • can_purchase_upgrade (bool, optional) – Whether 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.

  • transaction (str, optional) – Identifier of the last in-store transaction for the currently used subscription on the current account.

  • store_product (str, optional) – Store product ID, only for official apps.