• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/operator.php
  • Класс: BitrixImOpenLinesOperator
  • Вызов: Operator::startSession
public function startSession()
{
	$access = $this->checkAccess();
	if (!$access['RESULT'])
	{
		return false;
	}

	$chat = new Chat($this->chatId);
	$chat->startSession($this->userId);

	return true;
}