Skip to main content
Module

x/mtkruto/mod.ts>functions.AuthRequestFirebaseSms

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

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