mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
910 B
910 B
title | description | nav_exclude | image |
---|---|---|---|
updateStoriesStealthMode | Indicates that stories stealth mode was activated. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateStoriesStealthMode
Indicates that stories stealth mode was activated.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
stealth_mode | StoriesStealthMode | Yes | Information about the current stealth mode session. |
Type: Update
Example:
$updateStoriesStealthMode = ['_' => 'updateStoriesStealthMode', 'stealth_mode' => StoriesStealthMode];