mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
841 B
841 B
title | description | nav_exclude | image |
---|---|---|---|
importedContact | Successfully imported contact. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: importedContact
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];