mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
565 B
565 B
Constructor: messageMediaContact
Attributes:
Name | Type | Required |
---|---|---|
phone_number | string | Required |
first_name | string | Required |
last_name | string | Required |
user_id | int | Required |
Type:
Example:
$messageMediaContact = ['_' => messageMediaContact', 'phone_number' => string, 'first_name' => string, 'last_name' => string, 'user_id' => int, ];