873 B
873 B
title | description | image |
---|---|---|
importedContact | Successfully imported contact. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: importedContact
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}