RecentStory
- class pyrogram.raw.types.RecentStory
{schema}
Constructor of
RecentStory.- Details:
Layer:
223ID:
711D692D
- Parameters:
live (
bool, optional)max_id (
int32-bit, optional)
- 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(
)