Skip to main content
Module

x/mtkruto/mod.ts>types.InputUser

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

Constructors

new
InputUser(params: { userId: bigint; accessHash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc