Interface CanPostStoryResultBoostNeeded

The chat must be boosted first by Telegram Premium subscribers to post more stories. Call getChatBoostStatus to get current boost status of the chat. Subtype of CanPostStoryResult.

interface CanPostStoryResultBoostNeeded {
    @type: "canPostStoryResultBoostNeeded";
}

Properties

Properties

@type: "canPostStoryResultBoostNeeded"