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_signUp_

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

Registers a validated phone number in the system.

Constructors

new
auth_signUp_(params: { no_joined_notifications?: true; phone_number: string; phone_code_hash: string; first_name: string; last_name: string; })

Properties

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

New user first name

last_name: string

New user last name

optional
no_joined_notifications: true
phone_code_hash: string

SMS-message ID

phone_number: string

Phone number in the international format

Static Properties

__F: (params: { no_joined_notifications?: true; phone_number: string; phone_code_hash: string; first_name: string; last_name: string; }) => enums.auth.Authorization
readonly
[name]: string
readonly
[paramDesc]: ParamDesc