• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/serviceexample.php
  • Класс: BitrixImBotBotServiceExample
  • Вызов: ServiceExample::setBotId
static function setBotId($id)
{
	BitrixMainConfigOption::set(self::MODULE_ID, self::BOT_CODE."_bot_id", $id);
	return true;
}