Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>account_updateDeviceLocked_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_updateDeviceLocked_
extends Function_<boolean>
import { account_updateDeviceLocked_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

When client-side passcode lock feature is enabled, will not show message texts in incoming PUSH notifications.

Constructors

new
account_updateDeviceLocked_(params: { period: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
period: number

Inactivity period after which to start hiding message texts in PUSH notifications.

Static Properties

__F: (params: { period: number; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc