Layer 220
constructor
stories.allStoriesNotModified#1158fe3e flags:# state:string stealth_mode:StoriesStealthMode = stories.AllStories;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
State string State to use to ask for updates
StealthMode StoriesStealthMode Current stealth mode information

Gogram Example

// Creating StoriesAllStoriesNotModified constructor
obj := &tg.StoriesAllStoriesNotModified{
    State: "...",
    StealthMode: &tg.StoriesStealthMode{},
}