Story.view()#

Story.view()#

Bound method view of Story.

Example

await story.view()
Returns:

True on success, False otherwise.

Example

# Read stories
await app.view_stories(chat_id)