File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1919 * @method string getFirstName() Contact's first name
2020 * @method string getLastName() Optional. Contact's last name
2121 * @method int getUserId() Optional. Contact's user identifier in Telegram
22+ * @method string getVcard() Optional. Additional data about the contact in the form of a vCard
2223 */
2324class Contact extends Entity
2425{
Original file line number Diff line number Diff line change 3737 * @method string getPhoneNumber() Contact's phone number
3838 * @method string getFirstName() Contact's first name
3939 * @method string getLastName() Optional. Contact's last name
40+ * @method string getVcard() Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
4041 * @method InlineKeyboard getReplyMarkup() Optional. Inline keyboard attached to the message
4142 * @method InputMessageContent getInputMessageContent() Optional. Content of the message to be sent instead of the contact
4243 * @method string getThumbUrl() Optional. Url of the thumbnail for the result
4748 * @method $this setPhoneNumber(string $phone_number) Contact's phone number
4849 * @method $this setFirstName(string $first_name) Contact's first name
4950 * @method $this setLastName(string $last_name) Optional. Contact's last name
51+ * @method $this setVcard(string $vcard) Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
5052 * @method $this setReplyMarkup(InlineKeyboard $reply_markup) Optional. Inline keyboard attached to the message
5153 * @method $this setInputMessageContent(InputMessageContent $input_message_content) Optional. Content of the message to be sent instead of the contact
5254 * @method $this setThumbUrl(string $thumb_url) Optional. Url of the thumbnail for the result
Original file line number Diff line number Diff line change 2222 * 'phone_number' => '',
2323 * 'first_name' => '',
2424 * 'last_name' => '',
25+ * 'vcard' => '',
2526 * ];
2627 * </code>
2728 *
2829 * @method string getPhoneNumber() Contact's phone number
2930 * @method string getFirstName() Contact's first name
3031 * @method string getLastName() Optional. Contact's last name
32+ * @method string getVcard() Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
3133 *
3234 * @method $this setPhoneNumber(string $phone_number) Contact's phone number
3335 * @method $this setFirstName(string $first_name) Contact's first name
3436 * @method $this setLastName(string $last_name) Optional. Contact's last name
37+ * @method $this setVcard(string $vcard) Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
3538 */
3639class InputContactMessageContent extends InlineEntity implements InputMessageContent
3740{
You can’t perform that action at this time.
0 commit comments