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

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

A user's phone number was changed

Constructors

new
UpdateUserPhone_(params: { user_id: bigint; phone: string; })

Properties

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

New phone number

user_id: bigint

User ID

Static Properties

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