InputContactMessageContent
Represents the content of a contact message to be sent as the result of an inline query.
fields
| field | type | required | description |
|---|---|---|---|
phone_number | string | required | Contact's phone number |
first_name | string | required | Contact's first name |
last_name | string | optional | Optional. Contact's last name |
vcard | string | optional | Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes |
import
import type { InputContactMessageContent } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inputcontactmessagecontent