From: Aleksey Filippov Date: Fri, 4 Jul 2025 15:44:00 +0000 (+0300) Subject: [BC-278] Отправка сообщения в Телеграм X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=0eabcd037a8f8de166f7505ae2fc5df33c7442eb;p=erp24_rep%2Fyii-erp24%2F.git [BC-278] Отправка сообщения в Телеграм --- diff --git a/erp24/actions/infoTable/TestAction.php b/erp24/actions/infoTable/TestAction.php index f4b1d990..f0c5d1a5 100644 --- a/erp24/actions/infoTable/TestAction.php +++ b/erp24/actions/infoTable/TestAction.php @@ -49,7 +49,7 @@ class TestAction extends Action ]; //Алексей foreach ($chats as $chatId) { - TelegramService::sendTargetTestToTelegramDocument($chatId); + TelegramService::sendPromoMessageToTelegramDocument($chatId); } return 'ok'; }