Skip to main content
Module

x/mtkruto/mod.ts>functions.AuthResetLoginEmail

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AuthResetLoginEmail
import { functions } from "https://deno.land/x/mtkruto@0.0.981/mod.ts";
const { AuthResetLoginEmail } = functions;

Constructors

new
AuthResetLoginEmail(params: { phoneNumber: string; phoneCodeHash: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
phoneCodeHash: string
phoneNumber: string

Static Properties

readonly
[paramDesc]: ParamDesc