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