• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/widget/formhandler.php
  • Класс: BitrixImOpenLinesWidgetFormHandler
  • Вызов: FormHandler::updateChatTitle
private function updateChatTitle(): bool
{
	$newTitle = $this->prepareChatTitle();

	if ($newTitle)
	{
		$this->chat->update(['TITLE' => $newTitle]);
	}

	return true;
}