Interface UpdateStoryDeleted

A story became inaccessible. Subtype of Update.

interface UpdateStoryDeleted {
    @type: "updateStoryDeleted";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "updateStoryDeleted"
story_id: number

Story identifier.

story_sender_chat_id: number

Identifier of the chat that posted the story.