canSendStoryResultMonthlyLimitExceeded property
The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time
Implementation
CanSendStoryResultMonthlyLimitExceeded?
get canSendStoryResultMonthlyLimitExceeded {
if (this is CanSendStoryResultMonthlyLimitExceeded) {
return this as CanSendStoryResultMonthlyLimitExceeded;
}
return null;
}