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

	return true;
}