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

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