• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/partner24.php
  • Класс: BitrixImBotBotPartner24
  • Вызов: Partner24::allowIntegratorAccessAlongSupport24
static function allowIntegratorAccessAlongSupport24()
{
	$regulagSupportLevel = Option::get(self::MODULE_ID, self::OPTION_BOT_REGULAR_SUPPORT, self::REGULAR_SUPPORT_NONE);

	return ($regulagSupportLevel === self::REGULAR_SUPPORT_INTEGRATOR);
}