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>auth_dropTempAuthKeys_

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

Delete all temporary authorization keys except for the ones specified

Constructors

new
auth_dropTempAuthKeys_(params: { except_auth_keys: Array<bigint>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
except_auth_keys: Array<bigint>

The auth keys that shouldn't be dropped.

Static Properties

__F: (params: { except_auth_keys: Array<bigint>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc