mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
370 B
370 B
Constructor: importedContact
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
client_id | long | Required |
Type: ImportedContact
Example:
$importedContact = ['user_id' => int, 'client_id' => long, ];