InputContactMessageContent

class pyrogram.types.InputContactMessageContent

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

Parameters:
  • phone_number (str) – Contact’s phone number.

  • first_name (str) – Contact’s first name.

  • last_name (str, optional) – Contact’s last name.

  • vcard (str, optional) – Additional data about the contact in the form of a vCard, 0-2048 bytes.