• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/MessageCollection.php
  • Класс: BitrixImV2MessageCollection
  • Вызов: MessageCollection::fillAllForRest
public function fillAllForRest(): self
{
	return $this
		->fillParams()
		->fillLinkAttachments()
		->fillUuid()
		->fillUnread()
		->fillViewed()
		->fillViewedByOthers()
		->fillReactions()
	;
}