Skip to main content
Module

x/mtkruto/tl/2_types.ts>UpdateUserName_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateUserName_
extends _Update_
import { UpdateUserName_ } from "https://deno.land/x/mtkruto@0.1.147/tl/2_types.ts";

Constructors

new
UpdateUserName_(params: { user_id: bigint; first_name: string; last_name: string; usernames: Array<enums.Username>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
first_name: string
last_name: string
user_id: bigint
usernames: Array<enums.Username>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc