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