629 B
629 B
title | description |
---|---|
importedContact | importedContact attributes, type and example |
Constructor: importedContact
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
client_id | long | Yes |
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, }