Story.read()#

Story.read()#

Bound method read of Story.

Example

await story.read()
Returns:

List of int – On success, a list of read stories is returned.

Example

# Read stories
await app.read_stories(chat_id)