Skip to main content
Module

x/mtkruto/mod.ts>functions.AuthSignIn

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

Constructors

new
AuthSignIn(params: { phoneNumber: string; phoneCodeHash: string; phoneCode?: string; emailVerification?: types.TypeEmailVerification; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
emailVerification: types.TypeEmailVerification
optional
phoneCode: string
phoneCodeHash: string
phoneNumber: string

Static Properties

readonly
[paramDesc]: ParamDesc