--- title: "storyItemDeleted" description: "Represents a previously active story, that was deleted" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: storyItemDeleted [Back to constructors index](/API_docs/constructors/index.html) Represents a previously active story, that was deleted ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[int](/API_docs/types/int.html) | Yes|Story ID| ### Type: [StoryItem](/API_docs/types/StoryItem.html) ### Example: ``` $storyItemDeleted = ['_' => 'storyItemDeleted', 'id' => int]; ```