Link Search Menu Expand Document

Constructor: inputMediaContact

Back to constructors index

Phone book contact

Attributes:

NameTypeRequiredDescription
phone_numberstringYesPhone number
first_namestringYesContact’s first name
last_namestringYesContact’s last name
vcardstringYesContact vcard

Type: InputMedia

Example:

$inputMediaContact = ['_' => 'inputMediaContact', 'phone_number' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'vcard' => 'string'];