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

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

Back to constructors index

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