canBoostChatResultPremiumNeeded property
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;
}