1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/docs/API_docs/constructors/inputMediaContact.md
2016-12-30 23:21:36 +03:00

630 B

title description
inputMediaContact inputMediaContact attributes, type and example

Constructor: inputMediaContact

Back to constructors index

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, ];