mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1011 B
1011 B
title | description | nav_exclude | image |
---|---|---|---|
storiesStealthMode | Information about the current stealth mode session. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: storiesStealthMode
Information about the current stealth mode session.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
active_until_date | int | Optional | The date up to which stealth mode will be active. |
cooldown_until_date | int | Optional | The date starting from which the user will be allowed to re-enable stealth mode again. |
Type: StoriesStealthMode
Example:
$storiesStealthMode = ['_' => 'storiesStealthMode', 'active_until_date' => int, 'cooldown_until_date' => int];