• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message.php
  • Класс: BitrixImV2Message
  • Вызов: Message::setNotifyType
public function setNotifyType(?int $value): self
{
	if (in_array($value, [IM_NOTIFY_MESSAGE, IM_NOTIFY_CONFIRM, IM_NOTIFY_SYSTEM, IM_NOTIFY_FROM], true))
	{
		$this->notifyType = $value;
	}
	return $this;
}