Method: req_pq_multi
Back to methods index
Parameters:
Name |
Type |
Required |
nonce |
int128 |
Yes |
Return type: ResPQ
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();
$ResPQ = $MadelineProto->req_pq_multi(['nonce' => int128, ]);
Or, if you're into Lua:
ResPQ = req_pq_multi({nonce=int128, })
Errors
Code |
Type |
Description |
400 |
INPUT_METHOD_INVALID_3195965169_X |
Invalid method |