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

	return true;
}