MadelineProto/old_docs/API_docs_v45/constructors/inputMediaContact.md

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