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

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

Constructors

new
account_updateProfile_(params?: { first_name?: string; last_name?: string; about?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
first_name: string
optional
last_name: string

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc