• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/PrivateChat.php
  • Класс: BitrixImV2ChatPrivateChat
  • Вызов: PrivateChat::getPopupData
public function getPopupData(array $excludedList = []): PopupData
{
	$userIds = [$this->getContext()->getUserId(), $this->getCompanion()->getId()];

	return new PopupData([new UserPopupItem($userIds)], $excludedList);
}