Layer 227
constructor
storiesStealthMode#712e27fd flags:# active_until_date:flags.0?int cooldown_until_date:flags.1?int = StoriesStealthMode;

Parameters

Name Type Description
ActiveUntilDate flags .0? int The date up to which stealth mode will be active.
CooldownUntilDate flags .1? int The date starting from which the user will be allowed to re-enable stealth mode again.

Gogram Example

// Creating StoriesStealthModeObj constructor
obj := &tg.StoriesStealthModeObj{
    ActiveUntilDate: nil,
    CooldownUntilDate: nil,
}