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_resendCode_

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

Resend the login code via another medium, the phone code type is determined by the return value of the previous auth.sendCode/auth.resendCode: see login for more info.

Constructors

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

Properties

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

The phone code hash obtained from auth.sendCode

phone_number: string

The phone number

Static Properties

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