Interface CanPostStoryResultMonthlyLimitExceeded

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

interface CanPostStoryResultMonthlyLimitExceeded {
    @type: "canPostStoryResultMonthlyLimitExceeded";
    retry_after: number;
}

Properties

Properties

@type: "canPostStoryResultMonthlyLimitExceeded"
retry_after: number

Time left before the user can post the next story.