• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Url/RichData.php
  • Класс: BitrixImV2EntityUrlRichData
  • Вызов: RichData::setType
public function setType(?string $type): RichData
{
	$this->type = $type;
	return $this;
}