• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/supportbox.php
  • Класс: BitrixImBotBotSupportBox
  • Вызов: SupportBox::setBotDesc
static function setBotDesc(string $botDesc): bool
{
	Option::set(self::MODULE_ID, self::OPTION_BOT_DESC, $botDesc);

	return true;
}