Constructor: inputStorePaymentPremiumSubscription
Info about a Telegram Premium purchase
Attributes:
Name | Type | Required | Description |
---|---|---|---|
restore | Bool | Optional | Pass true if this is a restore of a Telegram Premium purchase; only for the App Store |
upgrade | Bool | Optional | Pass true if this is an upgrade from a monthly subscription to a yearly subscription; only for App Store |
Type: InputStorePaymentPurpose
Example:
$inputStorePaymentPremiumSubscription = ['_' => 'inputStorePaymentPremiumSubscription', 'restore' => Bool, 'upgrade' => Bool];