• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Url/RichData.php
  • Класс: BitrixImV2EntityUrlRichData
  • Вызов: RichData::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'id' => $this->getId(),
		'type' => $this->getType(),
		'name' => $this->getName(),
		'description' => $this->getDescription(),
		'previewUrl' => $this->getPreviewUrl(),
		'link' => $this->getLink(),
	];
}