Method: contacts.importCard
Back to methods index
Parameters:
Name |
Type |
Required |
export_card |
Array of int |
Yes |
Return type: User
Can bots use this method: YES
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
include 'madeline.php';
$MadelineProto = new \danog\MadelineProto\API('session.madeline');
$MadelineProto->start();
$User = $MadelineProto->contacts->importCard(['export_card' => [int, int], ]);
Or, if you're into Lua:
User = contacts.importCard({export_card={int}, })
Errors
Code |
Type |
Description |
400 |
EXPORT_CARD_INVALID |
Provided card is invalid |