• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/http.php
  • Класс: BitrixImBotHttp
  • Вызов: Http::setPortalType
public function setPortalType(string $type): self
{
	$this->type = $type;
	return $this;
}