We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba9811 commit b129fa0Copy full SHA for b129fa0
1 file changed
tools/fuzzer.php
@@ -4,6 +4,7 @@
4
use Amp\Http\Client\Request;
5
use danog\MadelineProto\API;
6
use danog\MadelineProto\Logger;
7
+use danog\MadelineProto\Magic;
8
use danog\MadelineProto\PTSException;
9
use danog\MadelineProto\RPCErrorException;
10
use danog\MadelineProto\Settings;
@@ -60,6 +61,10 @@ function getTL(TLSchema $schema)
60
61
$layer = getTL($schema);
62
$res = '';
63
64
+Magic::start(true);
65
+RPCErrorException::$errorMethodMap = [];
66
+RPCErrorException::$descriptions = [];
67
+
68
$auth = '';
69
try {
70
$auth = getenv('TELERPC_AUTH_TOKEN') ?: '';
0 commit comments