
    Yi
                     B    S r SSKJr  SSKJr  SSKJr   " S S\5      rg)zBThis module contains an object that represents a Telegram Contact.    )Optional)TelegramObject)JSONDictc                   v   ^  \ rS rSrSrSr   SSS.S\S\S\\   S	\\   S
\\   S\\	   4U 4S jjjjr
SrU =r$ )Contact   ai  This object represents a phone contact.

Objects of this class are comparable in terms of equality. Two objects of this class are
considered equal, if their :attr:`phone_number` is equal.

Args:
    phone_number (:obj:`str`): Contact's phone number.
    first_name (:obj:`str`): Contact's first name.
    last_name (:obj:`str`, optional): Contact's last name.
    user_id (:obj:`int`, optional): Contact's user identifier in Telegram.
    vcard (:obj:`str`, optional): Additional data about the contact in the form of a vCard.

Attributes:
    phone_number (:obj:`str`): Contact's phone number.
    first_name (:obj:`str`): Contact's first name.
    last_name (:obj:`str`): Optional. Contact's last name.
    user_id (:obj:`int`): Optional. Contact's user identifier in Telegram.
    vcard (:obj:`str`): Optional. Additional data about the contact in the form of a vCard.

)
first_name	last_namephone_numberuser_idvcardN
api_kwargsr   r	   r
   r   r   r   c                   > [         TU ]  US9  [        U5      U l        X l        X0l        X@l        XPl        U R                  4U l        U R                  5         g )Nr   )
super__init__strr   r	   r
   r   r   	_id_attrs_freeze)selfr   r	   r
   r   r   r   	__class__s          B/app/.venv/lib/python3.13/site-packages/telegram/_files/contact.pyr   Contact.__init__2   sO     	J/!$\!2)(1&-$)
++-    )r   r	   r
   r   r   r   )NNN)__name__
__module____qualname____firstlineno____doc__	__slots__r   r   intr   r   __static_attributes____classcell__)r   s   @r   r   r      sz    * PI $(!%# *.  C=	
 # } X& r   r   N)r   typingr   telegram._telegramobjectr   telegram._utils.typesr   r    r   r   <module>r(      s    & I  3 *-n -r   