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 cdfa548 commit 09850beCopy full SHA for 09850be
1 file changed
tools/fuzzer.php
@@ -113,7 +113,9 @@ function getTL(TLSchema $schema)
113
$user->getSelf();
114
$bot->getSelf();
115
116
-$toggleBusiness = static function (bool $enable) use ($user, $bot): void {
+$cId = null;
117
+
118
+$toggleBusiness = static function (bool $enable) use ($user, $bot, &$cId): void {
119
$bot->getUpdates();
120
121
Logger::log($enable ? "Initializing business connection..." : "Deinitializing business connection...");
0 commit comments