Interface CloseStory

Informs TDLib that a story is closed by the user. Request type for Tdjson#closeStory.

interface CloseStory {
    @type: "closeStory";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "closeStory"
story_id: number

The identifier of the story.

story_sender_chat_id: number

The identifier of the sender of the story to close.