Layer 224
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 |
|---|---|---|
| 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: "Hello, World!", StealthMode: &tg.StoriesStealthMode{}, }