• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/serviceexample.php
  • Класс: BitrixImBotBotServiceExample
  • Вызов: ServiceExample::onChatStart
static function onChatStart($dialogId, $joinFields)
{
	BitrixImBotLog::writeToFile(self::BOT_CODE.'.log', [$dialogId, $joinFields], 'BOT: START CHAT');

	return true;
}