canBoostChatResultPremiumSubscriptionNeeded property

CanBoostChatResultPremiumSubscriptionNeeded? canBoostChatResultPremiumSubscriptionNeeded

The user must have Telegram Premium subscription instead of a gifted Telegram Premium

Implementation

CanBoostChatResultPremiumSubscriptionNeeded?
    get canBoostChatResultPremiumSubscriptionNeeded {
  if (this is CanBoostChatResultPremiumSubscriptionNeeded) {
    return this as CanBoostChatResultPremiumSubscriptionNeeded;
  }
  return null;
}