Skip to main content
Module

x/mtkruto/mod.ts>types.UsersUserFull

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

Constructors

new
UsersUserFull(params: { fullUser: TypeUserFull; chats: Array<TypeChat>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
fullUser: TypeUserFull
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc