• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/bot.php
  • Класс: BitrixImBot
  • Вызов: Bot::getCache
static function getCache($botId)
{
	$botList = self::getListCache();
	return isset($botList[$botId])? $botList[$botId]: false;
}