• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Url/UrlItem.php
  • Класс: BitrixImV2EntityUrlUrlItem
  • Вызов: UrlItem::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'source' => $this->getUrl(),
		'richData' => $this->getRichData()->toRestFormat(),
	];
}