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

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

Attached contact.

Constructors

new
MessageMediaContact_(params: { phone_number: string; first_name: string; last_name: string; vcard: string; user_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
first_name: string

Contact's first name

last_name: string

Contact's last name

phone_number: string

Phone number

user_id: bigint

User identifier or 0, if the user with the given phone number is not registered

vcard: string

VCARD of contact

Static Properties

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