setCommandHandler('start', new \commands\StartCommand()); print_r(json_encode($bot->getMe()->toArray()) . PHP_EOL); $bot->sendMessage(570787098, 'Hello, world!'); $bot->handleGetUpdates(); unset($bot);