Interface AuthorizationStateWaitPremiumPurchase

The user must buy Telegram Premium as an in-store purchase to log in. Call checkAuthenticationPremiumPurchase and then setAuthenticationPremiumPurchaseTransaction. Subtype of AuthorizationState.

interface AuthorizationStateWaitPremiumPurchase {
    @type: "authorizationStateWaitPremiumPurchase";
    store_product_id: string;
}

Properties

@type: "authorizationStateWaitPremiumPurchase"
store_product_id: string

Identifier of the store product that must be bought.