Link Search Menu Expand Document

Constructor: storiesStealthMode

Back to constructors index

Information about the current stealth mode session.

Attributes:

NameTypeRequiredDescription
active_until_dateintOptionalThe date up to which stealth mode will be active.
cooldown_until_dateintOptionalThe 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];