Interface InternalLinkTypePremiumFeatures

The link is a link to the Premium features screen of the application from which the user can subscribe to Telegram Premium. Call getPremiumFeatures with the given referrer to process the link. Subtype of InternalLinkType.

interface InternalLinkTypePremiumFeatures {
    @type: "internalLinkTypePremiumFeatures";
    referrer: string;
}

Properties

Properties

@type: "internalLinkTypePremiumFeatures"
referrer: string

Referrer specified in the link.