• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/supportbox.php
  • Класс: BitrixImBotBotSupportBox
  • Вызов: SupportBox::getBotDesc
static function getBotDesc(): string
{
	$desc = Option::get(self::MODULE_ID, self::OPTION_BOT_DESC, '');
	if ($desc === '')
	{
		$desc = Loc::getMessage('SUPPORT_BOX_POSITION');
	}

	return $desc;
}