StoriesStealthMode
- class pyrogram.raw.types.StoriesStealthMode
Information about the current stealth mode session.
Constructor of
StoriesStealthMode.- Details:
Layer:
223ID:
712E27FD
- Parameters:
active_until_date (
int32-bit, optional) – The date up to which stealth mode will be active.cooldown_until_date (
int32-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_date →
int (optional)└── cooldown_until_date →
int (optional)Example
StoriesStealthMode(
)