InternalLinkTypePremiumFeatures constructor

const InternalLinkTypePremiumFeatures({
  1. required String referrer,
  2. dynamic extra,
  3. int? clientId,
})

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

const InternalLinkTypePremiumFeatures({
  required this.referrer,
  this.extra,
  this.clientId,
});