InlineQueryResultContact
Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the contact. ↗
11 fields, 4 required.
Fields
type "contact" Required
Type of the result, must be contact.
id string Required
Unique identifier for this result, 1-64 Bytes.
phone_number string Required
Contact’s phone number.
first_name string Required
Contact’s first name.
last_name string
Contact’s last name.
vcard string
Additional data about the contact in the form of a vCard, 0-2048 bytes.
reply_markup InlineKeyboardMarkup
Inline keyboard attached to the message.
input_message_content InputMessageContent
Content of the message to be sent instead of the contact.
thumbnail_url string
Url of the thumbnail for the result.
thumbnail_width number
Thumbnail width.
thumbnail_height number
Thumbnail height.