• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/partner24.php
  • Класс: BitrixImBotBotPartner24
  • Вызов: Partner24::getCommandList
static function getCommandList(): array
{
	$commandList = parent::getCommandList();

	unset($commandList[self::COMMAND_UNREGISTER]);

	return $commandList;
}