Raw.account.UpdateDeviceLocked
When client-side passcode lock feature is enabled, will not show message texts in incoming push notifications.
account.updateDeviceLocked#38df3532 period:int = Bool;
export namespace Raw {
export namespace account {
export class UpdateDeviceLocked {
constructor(params: { period: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x38df3532
Property
period
: numberInactivity period after which to start hiding message texts in push notifications.