Interface CanPostStoryResultLiveStoryIsActive

The user or the chat has an active live story. The live story must be deleted first. Subtype of CanPostStoryResult.

interface CanPostStoryResultLiveStoryIsActive {
    @type: "canPostStoryResultLiveStoryIsActive";
    story_id: number;
}

Properties

Properties

@type: "canPostStoryResultLiveStoryIsActive"
story_id: number

Identifier of the active live story.