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_SentCodeTypeFlashCall_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class auth_SentCodeTypeFlashCall_
import { auth_SentCodeTypeFlashCall_ } 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 phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.

Constructors

new
auth_SentCodeTypeFlashCall_(params: { pattern: string; })

Properties

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

pattern to match

Static Properties

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