• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/Entity/Notify.php
  • Класс: BitrixImV2SettingsEntityNotify
  • Вызов: Notify::updateSimpleSettings
public function updateSimpleSettings(array $simpleSchema): Notify
{
	$this->settings = Notification::getSimpleNotifySettings($simpleSchema);

	Notification::updateGroupSettings($this->groupId, $this->settings);

	return $this;
}