MadelineProtoDocs/docs/API_docs/constructors/storiesStealthMode.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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