Skip to main content
Module

x/mtkruto/types/0_contact.ts>Contact

Cross-runtime JavaScript library for building Telegram clients
Latest
interface Contact
import { type Contact } from "https://deno.land/x/mtkruto@0.2.30/types/0_contact.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.