Skip to main content
Module

x/mtkruto/mod.ts>Contact

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.702/mod.ts";

A shared contact.

Properties

phoneNumber: string

The contact's phone number.

firstName: string

The contact's first name.

optional
lastName: string

The contact's last name.

optional
userId: number

The contact's Telegram identifier.

optional
vcard: string

Additional information in the vCard format.