Skip to main content
Module

x/mtkruto/mod.ts>MessageContentContact

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

A message content that shares a contact.

Properties

type: "contact"
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.