Inline mode

InputContactMessageContent

Represents the content of a contact message to be sent as the result of an inline query.

fields

fieldtyperequireddescription
phone_numberstringrequiredContact's phone number
first_namestringrequiredContact's first name
last_namestringoptionalOptional. Contact's last name
vcardstringoptionalOptional. Additional data about the contact in the form of a vCard, 0-2048 bytes

import

types.ts
import type { InputContactMessageContent } from "@yaebal/types";

used by

types