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

	return $this;
}