• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/support24.php
  • Класс: BitrixImBotBotSupport24
  • Вызов: Support24::getUserSupportLevel
static function getUserSupportLevel()
{
	if (Partner24::getBotId() && Partner24::isActiveSupport())
	{
		return self::SUPPORT_LEVEL_PARTNER;
	}
	if (self::getBotId() > 0)
	{
		return self::getSupportLevel();
	}

	return self::SUPPORT_LEVEL_NONE;
}