Story.read()¶ async Story.read()[source]¶ Bound method read of Story. Use as a shortcut for: await client.read_chat_stories( chat_id=chat_id, max_id=story_id ) Example await story.read() Returns: List of int – On success, a list of read stories is returned.