Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateUserName

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

Constructors

new
UpdateUserName(params: { userId: bigint; firstName: string; lastName: string; usernames: Array<TypeUsername>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
firstName: string
lastName: string
userId: bigint
usernames: Array<TypeUsername>

Static Properties

readonly
[paramDesc]: ParamDesc