StoriesStealthMode

class pyrogram.raw.types.StoriesStealthMode

Information about the current stealth mode session.

Constructor of StoriesStealthMode.

Details:
  • Layer: 223

  • ID: 712E27FD

Parameters:
  • active_until_date (int 32-bit, optional) – The date up to which stealth mode will be active.

  • cooldown_until_date (int 32-bit, optional) – The date starting from which the user will be allowed to re-enable stealth mode again.

TL Schema

storiesStealthMode#712e27fd
flags:#
active_until_date:flags.0?int
cooldown_until_date:flags.1?int

= StoriesStealthMode

Parameter Tree

StoriesStealthMode
├── active_until_dateint (optional)
└── cooldown_until_dateint (optional)

Example

StoriesStealthMode(
)