Constructor: messageMediaContact
Attached contact.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| phone_number | string | Yes | Phone number |
| first_name | string | Yes | Contact’s first name |
| last_name | string | Yes | Contact’s last name |
| vcard | string | Yes | VCARD of contact |
| user_id | long | Yes | User identifier or 0, if the user with the given phone number is not registered |
Type: MessageMedia
Example:
$messageMediaContact = ['_' => 'messageMediaContact', 'phone_number' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'vcard' => 'string', 'user_id' => long];