editStory¶
Changes content and caption of a story. Can be called only if story.can_be_edited == true
editStory(
story_poster_chat_id: int53,
story_id: int32,
content: InputStoryContent,
areas: InputStoryAreas,
caption: FormattedText
) → Ok
story_poster_chat_id¶
int53
Identifier of the chat that posted the story
story_id¶
int32
Identifier of the story to edit
content¶
New content of the story; pass null to keep the current content
areas¶
New clickable rectangle areas to be shown on the story media; pass null to keep the current areas. Areas can't be edited if story content isn't changed
caption¶
New story caption; pass null to keep the current caption