Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountUpdateProfile

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

Constructors

new
AccountUpdateProfile(params?: { firstName?: string; lastName?: string; about?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
firstName: string
optional
lastName: string

Static Properties

readonly
[paramDesc]: ParamDesc