$bot = new OurBot($ubillingConfig->getAlterParam('OURBOT_TOKEN')); $bot->setDebug($ubillingConfig->getAlterParam('OURBOT_DEBUG')); $bot->hookAutosetup($ubillingConfig->getAlterParam('OURBOT_AUTOSETUP')); $commands = array( 'привіт' => 'actionHelloName' ); $bot->setActions($commands); $bot->setPhotoHandler('actionPhotoWow'); $bot->listen();