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_getTmpPassword_

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

Get temporary payment password

Constructors

new
account_getTmpPassword_(params: { password: enums.InputCheckPasswordSRP; period: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
password: enums.InputCheckPasswordSRP

SRP password parameters

period: number

Time during which the temporary password will be valid, in seconds; should be between 60 and 86400

Static Properties

__F: (params: { password: enums.InputCheckPasswordSRP; period: number; }) => enums.account.TmpPassword
readonly
[name]: string
readonly
[paramDesc]: ParamDesc