Interface DeleteStory

Deletes a previously sent story. Can be called only if story.can_be_deleted == true. Request type for Tdjson#deleteStory.

interface DeleteStory {
    @type: "deleteStory";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "deleteStory"
story_id: number

Identifier of the story to delete.

story_sender_chat_id: number

Identifier of the chat that posted the story.