• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/ReadService.php
  • Класс: BitrixImV2MessageReadService
  • Вызов: ReadService::sendPushByGroup
protected function sendPushByGroup(int $chatId, array $counters, float $time): void
{
	$groups = $this->splitRecipientsByGroups($counters);

	foreach ($groups as $group)
	{
		$this->sendPush($chatId, $group['USER_IDS'], $group['COUNTER'], $time);
	}
}