• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_rest.php
  • Класс: CIMRestService
  • Вызов: CIMRestService::notifyReadAll
static function notifyReadAll($arParams, $n, CRestServer $server)
{
	$notify = new CIMNotify();
	$notify->MarkNotifyRead(0, true);

	return true;
}