Layer 220
StoriesAllStoriesNotModified
The list of active (or active and hidden) stories has not changed.
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 |
Returns
stories.AllStoriesGogram Example
// Creating StoriesAllStoriesNotModified constructor obj := &tg.StoriesAllStoriesNotModified{ State: "...", StealthMode: &tg.StoriesStealthMode{}, }