Interface StartLiveStoryResultOk

Represents result of starting a live story. Subtype of StartLiveStoryResult.

interface StartLiveStoryResultOk {
    @type: "startLiveStoryResultOk";
    story: Story;
}

Properties

Properties

@type: "startLiveStoryResultOk"
story: Story

The live story.