Story.view()¶ async Story.view()[source]¶ Bound method view of Story. Use as a shortcut for: await client.view_stories( chat_id=chat_id, story_id=story_id ) Example await story.view() Returns: True on success, False otherwise.