mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
675 B
675 B
title | description | nav_exclude | image |
---|---|---|---|
storyItemDeleted | Represents a previously active story, that was deleted | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: storyItemDeleted
Represents a previously active story, that was deleted
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | Story ID |
Type: StoryItem
Example:
$storyItemDeleted = ['_' => 'storyItemDeleted', 'id' => int];