Interface CanPostStoryResultPremiumNeeded

The user must subscribe to Telegram Premium to be able to post stories. Subtype of CanPostStoryResult.

interface CanPostStoryResultPremiumNeeded {
    @type: "canPostStoryResultPremiumNeeded";
}

Properties

Properties

@type: "canPostStoryResultPremiumNeeded"