• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/session.php
  • Класс: BitrixImOpenLinesSession
  • Вызов: Session::onSessionProlongLastMessage
static function onSessionProlongLastMessage($chatId, $dialogId, $entityType = '', $entityId = '', $userId = '')
{
	if ($entityType != 'LINES')
	{
		return true;
	}

	self::prolongDueChatActivity($chatId);

	return true;
}