• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Delete/DeleteService.php
  • Класс: BitrixImV2MessageDeleteDeleteService
  • Вызов: DeleteService::__construct
public function __construct(Message $message)
{
	$this->message = $message;
	Chat::cleanCache($this->message->getChatId());
	$this->chat = ChatChatFactory::getInstance()->getChatById($this->message->getChatId());
}