- API ›
- Constructors ›
- UpdateStoriesStealthMode
UpdateStoriesStealthMode
---types--- updateStoriesStealthMode#2c084dc1 stealth_mode:StoriesStealthMode = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateStoriesStealthMode(v) = result { ... }
Parameters
| stealth_mode | StoriesStealthMode | required |