MadelineProto/docs/API_docs/constructors/inputMediaContact.md
2016-12-19 19:48:27 +03:00

494 B

Constructor: inputMediaContact

Attributes:

Name Type Required
phone_number string Required
first_name string Required
last_name string Required

Type: InputMedia

Example:

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