UpdateStoriesStealthMode

class pyrogram.raw.types.UpdateStoriesStealthMode

Indicates that stories stealth mode was activated.

Constructor of Update.

Details:
  • Layer: 223

  • ID: 2C084DC1

Parameters:

stealth_mode (StoriesStealthMode) – Information about the current stealth mode session.

TL Schema

updateStoriesStealthMode#2c084dc1
stealth_mode:StoriesStealthMode

= Update

Parameter Tree

UpdateStoriesStealthMode
└── stealth_modeStoriesStealthMode
├── active_until_dateint (optional)
└── cooldown_until_dateint (optional)

Example

UpdateStoriesStealthMode(
    stealth_mode=StoriesStealthMode(),
)