RecentStory

class pyrogram.raw.base.RecentStory
Constructors:

This base type has 1 constructor available.

RecentStory

{schema}

Functions:

This object can be returned by 1 function.

stories.GetPeerMaxIDs

Get the IDs of the maximum read stories for a set of peers.

TL Schema

recentStory#711d692d
flags:#
live:flags.0?true
max_id:flags.1?int

= RecentStory

Parameter Tree

RecentStory
├── livetrue (optional)
└── max_idint (optional)

Example

RecentStory(
    live=None,
    max_id=0,
)