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_

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.190/tl/3_functions.ts";

Updates user profile.

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
about: string

New bio

optional
first_name: string

New user first name

optional
last_name: string

New user last name

Static Properties

__F: (params?: { first_name?: string; last_name?: string; about?: string; }) => enums.User
readonly
[name]: string
readonly
[paramDesc]: ParamDesc