• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/CounterService.php
  • Класс: BitrixImV2MessageCounterService
  • Вызов: CounterService::setFromNotify
protected function setFromNotify(int $count): void
{
	$this->counters['TYPE']['ALL'] += $count;
	$this->counters['TYPE']['NOTIFY'] += $count;
}