• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/ChatFactory.php
  • Класс: BitrixImV2ChatChatFactory
  • Вызов: ChatFactory::createNotifyFeed
public function createNotifyFeed(?array $params = null): Chat
{
	$params = $params ?? [];
	$params['TYPE'] = Chat::IM_TYPE_SYSTEM;

	return $this->initChat($params);
}