2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Add missing vcard argument on Contact

This commit is contained in:
Dan 2018-07-12 14:13:35 +02:00
parent 1e727fbb43
commit 72eb7e7a33

View File

@ -32,6 +32,9 @@ class Contact(Object):
last_name (``str``, *optional*): last_name (``str``, *optional*):
Contact's last name. Contact's last name.
vcard (``str``, *optional*):
Contact's vCard.
user_id (``int``, *optional*): user_id (``int``, *optional*):
Contact's user identifier in Telegram. Contact's user identifier in Telegram.
""" """