Interface UpdateStorySendSucceeded

A story has been successfully sent. Subtype of Update.

interface UpdateStorySendSucceeded {
    @type: "updateStorySendSucceeded";
    old_story_id: number;
    story: Story;
}

Properties

@type: "updateStorySendSucceeded"
old_story_id: number

The previous temporary story identifier.

story: Story

The sent story.