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

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