Skip to main content
Module

x/grm/mod.ts>tl.Api.account.Password

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.account.Password
extends VirtualClass<{ hasRecovery?: boolean; hasSecureValues?: boolean; hasPassword?: boolean; currentAlgo?: Api.TypePasswordKdfAlgo; srp_B?: bytes; srpId?: long; hint?: string; emailUnconfirmedPattern?: string; newAlgo: Api.TypePasswordKdfAlgo; newSecureAlgo: Api.TypeSecurePasswordKdfAlgo; secureRandom: bytes; pendingResetDate?: int; loginEmailPattern?: string; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { Password } = tl.Api.account;

Properties

className: "account.Password"
classType: "constructor"
CONSTRUCTOR_ID: 2507886843
optional
currentAlgo: Api.TypePasswordKdfAlgo
optional
emailUnconfirmedPattern: string
optional
hasPassword: boolean
optional
hasRecovery: boolean
optional
hasSecureValues: boolean
optional
hint: string
optional
loginEmailPattern: string
optional
pendingResetDate: int
secureRandom: bytes
optional
srp_B: bytes
optional
srpId: long
SUBCLASS_OF_ID: 1403130275