StoriesStealthMode

class pyrogram.raw.base.StoriesStealthMode

Story stealth mode status

Constructors:

This base type has 1 constructor available.

StoriesStealthMode

Information about the current stealth mode session.

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(
    active_until_date=0,
    cooldown_until_date=0,
)