Layer 220
constructor
foundStory#e87acbc0 peer:Peer story:StoryItem = FoundStory;

Parameters

Name Type Description
Peer Peer The peer that posted the story.
Story StoryItem The story.

Returns

FoundStory

Gogram Example

// Creating FoundStory constructor
obj := &tg.FoundStory{
    Peer: &tg.Peer{},
    Story: &tg.StoryItem{},
}