canSendStoryResultPremiumNeeded property
The user must subscribe to Telegram Premium to be able to post stories
Implementation
CanSendStoryResultPremiumNeeded? get canSendStoryResultPremiumNeeded {
if (this is CanSendStoryResultPremiumNeeded) {
return this as CanSendStoryResultPremiumNeeded;
}
return null;
}