UpdateStoriesStealthMode
- class pyrogram.raw.types.UpdateStoriesStealthMode
Indicates that stories stealth mode was activated.
Constructor of
Update.- Details:
Layer:
223ID:
2C084DC1
- Parameters:
stealth_mode (
StoriesStealthMode) – Information about the current stealth mode session.
TL Schema
updateStoriesStealthMode#2c084dc1
stealth_mode:StoriesStealthMode
= Update
Parameter Tree
UpdateStoriesStealthMode
└── stealth_mode →
StoriesStealthMode├── active_until_date →
int (optional)└── cooldown_until_date →
int (optional)Example
UpdateStoriesStealthMode(
stealth_mode=StoriesStealthMode(),
)