738 B
738 B
title | description | image |
---|---|---|
importedContact | Imported contact | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: importedContact
Imported contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User ID |
client_id | long | Yes | Client ID |
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}