edit_story


Description:

public async Ok edit_story (int64 story_poster_chat_id, int32 story_id, InputStoryContent content, InputStoryAreas areas, FormattedText caption) throws TDLibError

Changes content and caption of a story. Can be called only if story.can_be_edited == true

Parameters:

story_poster_chat_id

Identifier of the chat that posted the story

story_id

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