• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/Favorite/FavoriteItem.php
  • Класс: BitrixImV2LinkFavoriteFavoriteItem
  • Вызов: FavoriteItem::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'id' => $this->getPrimaryId(),
		'messageId' => $this->getMessageId(),
		'chatId' => $this->getChatId(),
		'authorId' => $this->getAuthorId(),
		'dateCreate' => $this->getDateCreate()->format('c'),
		'message' => $this->getEntity()->toRestFormat(),
	];
}