Constructor: inputMediaContact
Phone book 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 | Contact vcard |
Type: InputMedia
Example:
$inputMediaContact = ['_' => 'inputMediaContact', 'phone_number' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'vcard' => 'string'];