MadelineProtoDocs/old_docs/API_docs_v25/constructors/importedContact.md
2019-12-27 17:48:04 +01:00

873 B

title description image
importedContact Successfully imported contact. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: importedContact

Back to constructors index

Successfully imported contact.

Attributes:

Name Type Required Description
user_id int Yes User identifier
client_id long Yes The contact's client identifier (passed to one of the InputContact constructors)

Type: ImportedContact

Example:

$importedContact = ['_' => 'importedContact', 'user_id' => int, 'client_id' => long];

Or, if you're into Lua:

importedContact={_='importedContact', user_id=int, client_id=long}