@@ -557,7 +557,7 @@ about its business.
557557
558558 Now the method returns the sent message
559559
560- .. py :method :: send_contact(phone, first_name, [last_name=None , reply_to=None , attach=None , extra=None , notify=True ])
560+ .. py :method :: send_contact(phone, first_name, [last_name=None , vcard= None , reply_to=None , attach=None , extra=None , notify=True ])
561561
562562 Send a contact to the user. A Telegram contact is made of its phone
563563 number (with the international prefix), its first name and optionally its
@@ -577,6 +577,7 @@ about its business.
577577 :param str phone: The phone number of the contact
578578 :param str first_name: The first name of the contact
579579 :param str last_name: The last name of the contact
580+ :param str vcard: The contact vcard
580581 :param int reply_to: The ID of the :py:class: `~botogram.Message ` this one is replying to
581582 :param object attach: An extra thing to attach to the message.
582583 :param object extra: An extra reply interface object to attach
@@ -1438,7 +1439,7 @@ about its business.
14381439
14391440 Now the method returns the sent message
14401441
1441- .. py :method :: send_contact(phone, first_name, [last_name=None , reply_to=None , attach=None , extra=None , notify=True ])
1442+ .. py :method :: send_contact(phone, first_name, [last_name=None , vcard= None , reply_to=None , attach=None , extra=None , notify=True ])
14421443
14431444 Send a contact to the chat. A Telegram contact is made of its phone
14441445 number (with the international prefix), its first name and optionally its
@@ -1455,6 +1456,7 @@ about its business.
14551456 :param str phone: The phone number of the contact
14561457 :param str first_name: The first name of the contact
14571458 :param str last_name: The last name of the contact
1459+ :param str vcard: The contact vcard
14581460 :param int reply_to: The ID of the :py:class: `~botogram.Message ` this one is replying to
14591461 :param object attach: An extra thing to attach to the message.
14601462 :param object extra: An extra reply interface object to attach
@@ -2425,7 +2427,7 @@ about its business.
24252427
24262428 Now the method returns the sent message
24272429
2428- .. py :method :: reply_with_contact(phone, first_name, [last_name=None , attach=None , extra=None , notify=True ])
2430+ .. py :method :: reply_with_contact(phone, first_name, [last_name=None , vcard= None , attach=None , extra=None , notify=True ])
24292431
24302432 Reply to this message with a contact. A Telegram contact is made of its
24312433 phone number (with the international prefix), its first name and
@@ -2442,6 +2444,7 @@ about its business.
24422444 :param str phone: The phone number of the contact
24432445 :param str first_name: The first name of the contact
24442446 :param str last_name: The last name of the contact
2447+ :param str vcard: The contact vcard
24452448 :param object attach: An extra thing to attach to the message.
24462449 :param object extra: An extra reply interface object to attach
24472450 :param bool notify: If you want to trigger a notification on the client
@@ -2981,6 +2984,11 @@ about its business.
29812984
29822985 *This attribute can be None if it's not provided by Telegram. *
29832986
2987+ .. py :attribute :: vcard
2988+
2989+ The vcard of the contact.
2990+
2991+ *This attribute can be None if it's not provided by Telegram. *
29842992
29852993.. py :class :: botogram.Location
29862994
0 commit comments