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];