• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/marta.php
  • Класс: BitrixImBotBotMarta
  • Вызов: Marta::addPlannerMessageAgent
static function addPlannerMessageAgent($userId)
{
	$userId = intval($userId);
	if ($userId <= 0)
		return "";

	self::notifyAboutPlans($userId, $userId);

	return "";
}