Interface ViewPremiumFeature

Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen. Request type for Tdjson#viewPremiumFeature.

interface ViewPremiumFeature {
    @type: "viewPremiumFeature";
    feature: PremiumFeature;
}

Properties

Properties

@type: "viewPremiumFeature"

The viewed premium feature.