Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Defines a user for further interaction.

Constructors

new
InputUser_(params: { user_id: bigint; access_hash: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
access_hash: bigint

access_hash value from the user constructor

user_id: bigint

User identifier

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc