Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/1_message_content.ts>MessageContentContact

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