mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
569 B
569 B
title |
---|
inputMediaContact |
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, ];