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

Parameters

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

Returns

RecentStory

Gogram Example

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

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