Notification::withMessage

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. Notification
  4. withMessage
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/im/notification.php
  • Класс: Bitrix\Sender\Integration\Im\Notification
  • Вызов: Notification::withMessage
public function withMessage($message)
{
	$this->message = $message;
	return $this;
}

Добавить комментарий