• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/MessageCollection.php
  • Класс: BitrixImV2MessageCollection
  • Вызов: MessageCollection::getPopupData
public function getPopupData(array $excludedList = []): PopupData
{
	$this->fillAllForRest();

	return (new PopupData([
		new UserPopupItem($this->getUserIds()),
		new FilePopupItem($this->getFiles()),
		new ReminderPopupItem($this->getReminders()),
		new AdditionalMessagePopupItem($this->getReplayedMessageIds()),
		new ReactionPopupItem($this->getReactions())
	], $excludedList));
}