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

x/mtkruto/tl/2_types.ts>account_EmailVerifiedLogin_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_EmailVerifiedLogin_
import { account_EmailVerifiedLogin_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The email was verified correctly, and a login code was just sent to it.

Constructors

new
account_EmailVerifiedLogin_(params: { email: string; sent_code: enums.auth.SentCode; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
email: string

The verified email address.

sent_code: enums.auth.SentCode

Info about the sent login code

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc