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

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
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 StoriesStealthMode constructor
obj := &tg.StoriesStealthMode{

    // Optional fields:
    // ActiveUntilDate: 0,
    // CooldownUntilDate: 0,
}