RecentStory

class pyrogram.raw.types.RecentStory

{schema}

Constructor of RecentStory.

Details:
  • Layer: 223

  • ID: 711D692D

Parameters:
  • live (bool, optional)

  • max_id (int 32-bit, optional)

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(
)