• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/BaseLinkItem.php
  • Класс: BitrixImV2LinkBaseLinkItem
  • Вызов: BaseLinkItem::toRestFormatIdOnly
public function toRestFormatIdOnly(): array
{
	return [
		'linkId' => $this->getPrimaryId(),
		'chatId' => $this->getChatId(),
		static::getEntityClassName()::getRestEntityName() . 'Id' => $this->getEntityId()
	];
}