InputContactMessageContent#

class aiogram.types.input_contact_message_content.InputContactMessageContent(*, phone_number: str, first_name: str, last_name: str | None = None, vcard: str | None = None, **extra_data: Any)[source]#

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

Source: https://core.telegram.org/bots/api#inputcontactmessagecontent

phone_number: str#

Contact’s phone number

first_name: str#

Contact’s first name

last_name: str | None#

Optional. Contact’s last name

vcard: str | None#

Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes