• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/itr/item.php
  • Класс: BitrixImBotItrItem
  • Вызов: Item::transferToBot
static function transferToBot($botCode, $leave = true, $text = '', $errorText = '')
{
	return Array(
		'TYPE' => self::TYPE_BOT,
		'TEXT' => $text,
		'ERROR_TEXT' => $errorText,
		'HIDE_MENU' => true,
		'BOT_CODE' => $botCode,
		'LEAVE' => $leave? true: false,
	);
}