StoriesStealthMode
- class pyrogram.raw.base.StoriesStealthMode
Story stealth mode status
- Constructors:
This base type has 1 constructor available.
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_date →
int (optional)└── cooldown_until_date →
int (optional)Example
StoriesStealthMode(
active_until_date=0,
cooldown_until_date=0,
)