first(); $html = ""; if ($dialog){ if ($dialog->status === Tgbot::ADMIN_STATUS){ $html = 'Сканировать'; } } $this->renderApi([ 'html' => $html, ]); } public function actionGetNews(): void { } }