Skip to main content
Module

x/mtkruto/mod.ts>Contact

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Contact
Re-export
import { type Contact } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";

This object represents a phone contact.

Properties

phoneNumber: string

Contact's phone number

firstName: string

Contact's first name

optional
lastName: string

Contact's last name

optional
userId: number

Contact's user identifier in Telegram

optional
vcard: string

Additional data about the contact in the form of a vCard