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

x/mtkruto/types/0_input_contact_message_content.ts>InputContactMessageContent

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InputContactMessageContent
import { type InputContactMessageContent } from "https://deno.land/x/mtkruto@0.1.130/types/0_input_contact_message_content.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.