editStory

suspend fun TelegramBot.editStory(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, textSources: List<TextSource>, areas: List<StoryArea> = emptyList()): Story
suspend fun TelegramBot.editStory(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, areas: List<StoryArea> = emptyList(), separator: TextSource? = null, textBuilder: EntitiesBuilderBody): Story
suspend fun TelegramBot.editStory(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, text: String, parseMode: ParseMode? = null, areas: List<StoryArea> = emptyList()): Story
suspend fun TelegramBot.editStory(businessConnectionId: BusinessConnectionId, storyId: StoryId, content: InputStoryContent, areas: List<StoryArea> = emptyList()): Story