Interface EditStoryCover

Changes cover of a video story. Can be called only if story.can_be_edited == true and the story isn't being edited now. Request type for Tdjson#editStoryCover.

interface EditStoryCover {
    @type: "editStoryCover";
    cover_frame_timestamp: number;
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "editStoryCover"
cover_frame_timestamp: number

New timestamp of the frame, which will be used as video thumbnail.

story_id: number

Identifier of the story to edit.

story_sender_chat_id: number

Identifier of the chat that posted the story.