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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class AuthRequestFirebaseSms
extends Function<boolean>
import { AuthRequestFirebaseSms } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

Constructors

new
AuthRequestFirebaseSms(params: { phoneNumber: string; phoneCodeHash: string; safetyNetToken?: string; iosPushSecret?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
iosPushSecret: string
phoneCodeHash: string
phoneNumber: string
optional
safetyNetToken: string

Static Properties

readonly
[paramDesc]: ParamDesc