Layer 220
UpdateStoriesStealthMode
Indicates that stories stealth mode was activated.
constructor
updateStoriesStealthMode#2c084dc1 stealth_mode:StoriesStealthMode = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| StealthMode | StoriesStealthMode | Information about the current stealth mode session. |
Returns
UpdateGogram Example
// Creating UpdateStoriesStealthMode constructor obj := &tg.UpdateStoriesStealthMode{ StealthMode: &tg.StoriesStealthMode{}, }