Interface ActiveStoryStateLive

Describes state of active stories posted by a chat. Subtype of ActiveStoryState.

interface ActiveStoryStateLive {
    @type: "activeStoryStateLive";
    story_id: number;
}

Properties

Properties

@type: "activeStoryStateLive"
story_id: number

Identifier of the active live story.