• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Update/UpdateService.php
  • Класс: BitrixImV2MessageUpdateUpdateService
  • Вызов: UpdateService::setByEvent
public function setByEvent(bool $byEvent): self
{
	$this->byEvent = $byEvent;

	return $this;
}