• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message.php
  • Класс: BitrixImV2Message
  • Вызов: Message::setNotifyEvent
public function setNotifyEvent(?string $notifyEvent): self
{
	$this->notifyEvent = $notifyEvent;

	$this->processChangeNotifyEvent($notifyEvent);

	return $this;
}