• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/im/notification.php
  • Класс: BitrixTasksIntegrationIMNotification
  • Вызов: Notification::__construct
public function __construct(
	string $locKey,
	Message $message
)
{
	$this->locKey = $locKey;
	$this->message = $message;
}