• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/http.php
  • Класс: BitrixImBotHttp
  • Вызов: Http::__construct
public function __construct($botId)
{
	$this->botId = $botId;
	$this->error = new Error(null, '', '');
	$this->region = MainApplication::getInstance()->getLicense()->getRegion() ?: 'ru';
	$this->setControllerUrl(self::getServiceEndpoint($this->region));
	$this->licenceCode = $this->detectLicenceCode();
	$this->type = $this->detectPortalType();
	$this->setPortalDomain(self::getServerAddress());

	BitrixMainLoader::includeModule('im');
}