1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 12:47:27 +01:00
MadelineProto/docs/API_docs/constructors/importedContact.md
2016-12-19 20:35:27 +03:00

393 B

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, ];