canBoostChatResultPremiumNeeded property

CanBoostChatResultPremiumNeeded? canBoostChatResultPremiumNeeded

The user must subscribe to Telegram Premium to be able to boost chats

Implementation

CanBoostChatResultPremiumNeeded? get canBoostChatResultPremiumNeeded {
  if (this is CanBoostChatResultPremiumNeeded) {
    return this as CanBoostChatResultPremiumNeeded;
  }
  return null;
}