Interface UpdateStoryPostSucceeded

A story has been successfully posted. Subtype of Update.

interface UpdateStoryPostSucceeded {
    @type: "updateStoryPostSucceeded";
    old_story_id: number;
    story: Story;
}

Properties

@type: "updateStoryPostSucceeded"
old_story_id: number

The previous temporary story identifier.

story: Story

The posted story.