Interface UpdateStoryStealthMode

Story stealth mode settings have changed. Subtype of Update.

interface UpdateStoryStealthMode {
    @type: "updateStoryStealthMode";
    active_until_date: number;
    cooldown_until_date: number;
}

Properties

@type: "updateStoryStealthMode"
active_until_date: number

Point in time (Unix timestamp) until stealth mode is active; 0 if it is disabled.

cooldown_until_date: number

Point in time (Unix timestamp) when stealth mode can be enabled again; 0 if there is no active cooldown.