1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
DeleteChatHandler.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
12
14{
15 public function delete(DeleteCommand $command, Workgroup $entityBefore): HandlerResult
16 {
17 $handlerResult = new HandlerResult();
18
19 $chatResult = Chat::deleteByChatId($entityBefore->getChatId());
20
21 return $handlerResult->merge($chatResult);
22 }
23}
deleteByChatId(int $chatId)
Определения ReadService.php:283