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>Contact_

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

A contact of the current user that is registered in the system.

Constructors

new
Contact_(params: { user_id: bigint; mutual: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
mutual: boolean

Current user is in the user's contact list

user_id: bigint

User identifier

Static Properties

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