Interface UpdateStory

A story was changed. Subtype of Update.

interface UpdateStory {
    @type: "updateStory";
    story: Story;
}

Properties

Properties

@type: "updateStory"
story: Story

The new information about the story.