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>auth_SentCodeTypeMissedCall_

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

The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.

Constructors

new
auth_SentCodeTypeMissedCall_(params: { prefix: string; length: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
length: number

Length of the verification code

prefix: string

Prefix of the phone number from which the call will be made

Static Properties

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