Raw.stories.ActivateStealthMode
Activates stories stealth mode, see here for more info.
stories.activateStealthMode#57bbd166 flags:# past:flags.0?true future:flags.1?true = Updates;
export namespace Raw {
export namespace stories {
export class ActivateStealthMode {
constructor(params: { past?: boolean; future?: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x57bbd166
Property
past
: boolean or undefinedWhether to erase views from any stories opened in the past storiesStealthPastPeriod seconds, as specified by the client configuration.
future
: boolean or undefinedWhether to hide future story views for the next storiesStealthFuturePeriod seconds, as specified by the client configuration.