Interface CanSendStoryResultPremiumNeeded

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

interface CanSendStoryResultPremiumNeeded {
    @type: "canSendStoryResultPremiumNeeded";
}

Properties

Properties

@type: "canSendStoryResultPremiumNeeded"