• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/CounterService.php
  • Класс: BitrixImV2MessageCounterService
  • Вызов: CounterService::countUnreadChats
protected function countUnreadChats(): void
{
	$unreadChats = $this->getUnreadChats(false);

	foreach ($unreadChats as $unreadChat)
	{
		$this->setUnreadChat((int)$unreadChat['CHAT_ID'], $unreadChat['IS_MUTED'] === 'Y');
	}
}