đ§ repost_story
Use this method to repost a story from one business account to another.
âī¸ Parameters
business_connection_id(str): Unique identifier of the business connection on behalf of which the story will be repostedstory_sender_chat_id(int): Unique identifier of the chat that originally posted the storystory_id(int): Unique identifier of the story to repost
đ˛ Returns
Story
đ Examples
-đĒĢ Required Parameters
await bot.repost_story(
business_connection_id=your_business_connection_id_here,
story_sender_chat_id=your_story_sender_chat_id_here,
story_id=your_story_id_here
)