757 B
757 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];
PWRTelegram json-encoded version:
{"_": "importedContact", "user_id": int, "client_id": long}
Or, if you're into Lua:
importedContact={_='importedContact', user_id=int, client_id=long}