Layer 220
constructor
updateStoriesStealthMode#2c084dc1 stealth_mode:StoriesStealthMode = Update;

Parameters

Name Type Description
StealthMode StoriesStealthMode Information about the current stealth mode session.

Returns

Update

Gogram Example

// Creating UpdateStoriesStealthMode constructor
obj := &tg.UpdateStoriesStealthMode{
    StealthMode: &tg.StoriesStealthMode{},
}