deleteStory
suspend fun TelegramBot.deleteStory(businessConnectionId: BusinessConnectionId, storyId: StoryId): Boolean
Deletes a story from a business account
suspend fun TelegramBot.deleteStory(businessConnectionId: BusinessConnectionId, story: Story): Boolean