Layer 227
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

RecentStory

Gogram Example

// Creating RecentStoryObj constructor
obj := &tg.RecentStoryObj{
    Live: nil,
    MaxId: nil,
}