Skip to main content
Module

x/mtkruto/3_types.ts>InputMessageContentContact

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InputMessageContentContact
import { type InputMessageContentContact } from "https://deno.land/x/mtkruto@0.1.147/3_types.ts";

A message content that shares a 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
vcard: string

Additional information in the vCard format.