MadelineProtoDocs/docs/API_docs/constructors/storyItemDeleted.md
2024-05-01 14:53:46 +02:00

30 lines
675 B
Markdown

---
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];
```