Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateUserPhone

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateUserPhone
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { UpdateUserPhone } = types;

Constructors

new
UpdateUserPhone(params: { userId: bigint; phone: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
phone: string
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc