How to test the die() function?
I’d written a PHP package for those who develop Telegram bots, to make it easier and cleaner. Look at the third argument that is false: $tg->listen('/start', function () use ($tg) { $tg->sendMessage([ 'chat_id' => $tg->user->id, 'text' => 'Hello, world!', ]);...