2024-05-01 14:53:46 +02:00

841 B

title description nav_exclude image
importedContact Successfully imported contact. true 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 long 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' => long, 'client_id' => long];