Layer 227
RecentStoryObj
Summary of a peer's active stories, embedded in user. stories_max_id and channel. stories_max_id and returned by stories. get Peer Max IDs.
constructor
recentStory#711d692d flags:# live:flags.0?true max_id:flags.1?int = RecentStory;
Parameters
| Name | Type | Description |
|---|---|---|
| Live | flags .0? true | Whether the peer is currently broadcasting a live story. |
| MaxId | flags .1? int | If live is set, ID of the peer's active live story; otherwise, ID of the peer's maximum active story. |
Returns
RecentStoryGogram Example
// Creating RecentStoryObj constructor obj := &tg.RecentStoryObj{ Live: nil, MaxId: nil, }