mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
467 B
467 B
Constructor: inputMediaContact
Attributes:
Name | Type | Required |
---|---|---|
phone_number | string | Required |
first_name | string | Required |
last_name | string | Required |
Type: InputMedia
Example:
$inputMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, ];