• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/supportbox.php
  • Класс: BitrixImBotBotSupportBox
  • Вызов: SupportBox::getPreviousBotCode
static function getPreviousBotCode()
{
	// $botCode = ImBotBotSupport::getCode();
	if (self::getLangId() == 'ru')
	{
		$botCode = '4df232699a9e1d0487c3972f26ea8d25';
	}
	else
	{
		$botCode = '1a146ac74c3a729681c45b8f692eab73';
	}

	return $botCode;
}