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_resetLoginEmail_

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

Reset the login email ».

Constructors

new
auth_resetLoginEmail_(params: { phone_number: string; phone_code_hash: string; })

Properties

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

Phone code hash, obtained as described in the documentation »

phone_number: string

Phone number of the account

Static Properties

__F: (params: { phone_number: string; phone_code_hash: string; }) => enums.auth.SentCode
readonly
[name]: string
readonly
[paramDesc]: ParamDesc