canSendStoryResultBoostNeeded property
The channel chat must be boosted first by Telegram Premium subscribers to post more stories. Call getChatBoostStatus to get current boost status of the chat
Implementation
CanSendStoryResultBoostNeeded? get canSendStoryResultBoostNeeded {
if (this is CanSendStoryResultBoostNeeded) {
return this as CanSendStoryResultBoostNeeded;
}
return null;
}