RecentStory
- class pyrogram.raw.base.RecentStory
- Constructors:
This base type has 1 constructor available.
{schema}
- Functions:
This object can be returned by 1 function.
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
├── live →
true (optional)└── max_id →
int (optional)Example
RecentStory(
live=None,
max_id=0,
)