Skip to main content
Module

x/mtkruto/mod.ts>InputContactMessageContent

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