internalLinkTypePremiumFeatures property
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
Implementation
InternalLinkTypePremiumFeatures? get internalLinkTypePremiumFeatures {
if (this is InternalLinkTypePremiumFeatures) {
return this as InternalLinkTypePremiumFeatures;
}
return null;
}