InputContactMessageContent#

class pyrogram.types.InputContactMessageContent#

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

Parameters:
  • phone_number (str) – Phone number of the user.

  • first_name (str) – First name of the user; 1-64 characters.

  • last_name (str, optional) – Last name of the user; 0-64 characters.

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