• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/OpenLineChat.php
  • Класс: BitrixImV2ChatOpenLineChat
  • Вызов: OpenLineChat::updateIndex
protected function updateIndex(): BitrixImV2Chat
{
	if (!Loader::includeModule('imopenlines'))
	{
		return $this;
	}

	ChatIndexTable::updateIndex($this->getId(), $this->getTitle());

	return $this;
}