Layer 220
RecentStory
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
RecentStoryGogram Example
// Creating RecentStory constructor obj := &tg.RecentStory{ // Optional fields: // Live: true, // MaxId: 0, }