View Source ExTDLib.Method.DeleteStory (ExTDLib v0.0.4)
Deletes a previously sent story. Can be called only if story.can_be_deleted == true. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| story_sender_chat_id | string | Identifier of the chat that posted the story. |
| story_id | number | Identifier of the story to delete. |
More details on telegram's documentation.