Layer 220
constructor
recentStory#711d692d flags:# live:flags.0?true max_id:flags.1?int = RecentStory;

Parameters

Name Type Description
Live flags.0?true
MaxId flags.1?int

Returns

RecentStory

Gogram Example

// Creating RecentStory constructor
obj := &tg.RecentStory{

    // Optional fields:
    // Live: true,
    // MaxId: 0,
}