Interface CanSendStoryResultMonthlyLimitExceeded

The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time. Subtype of CanSendStoryResult.

interface CanSendStoryResultMonthlyLimitExceeded {
    @type: "canSendStoryResultMonthlyLimitExceeded";
    retry_after: number;
}

Properties

Properties

@type: "canSendStoryResultMonthlyLimitExceeded"
retry_after: number

Time left before the user can send the next story.