For security purposes
FOR SECURITY PURPOSES - because Internet Explorer is no longer supported by Microsoft, we suggest that you interact with our secure site through one of our supported browsers - Google Chrome, Firefox, or MS Edge. If you continue to use this website with Internet Explorer you do so at your own risk and you may encounter problems.

Kumpulan Script | Mikrotik Bot Telegram Memberi Tahu User Remove

/tool fetch url=$url http-method=post http-data=$data keep-result=no

# Copy-paste sequence (adjust token & chatId) /system script add name=telegram-removed source=":local token \"YOUR_TOKEN\"; :local chatId \"YOUR_CHATID\"; :local name \"\$1\"; :local text \"User \$name removed\"; /tool fetch url=\"https://api.telegram.org/bot\$token/sendMessage?chat_id=\$chatId&text=\$[:escape \$text]\" keep-result=no" /log add topics=ppp,info action=script script=telegram-removed This completes the technical documentation for the . :local chatId \"YOUR_CHATID\"

To trigger manually:

Note: The scheduler approach assumes removal = deletion. Adjust logic as needed. This script can be manually tested or called from a log trigger. :local name \"\$1\"

:local url "https://api.telegram.org/bot$tgToken/sendMessage" :local postData "chat_id=$tgChatId&text=$[:escape $message]&parse_mode=HTML" :local text \"User \$name removed\"

:local now [/system clock get date] . " " . [/system clock get time] :local text "⚠️ <b>User Removed</b>\n👤 Name: $userName\n⏰ Time: $now\n🏷️ Router: [/system identity get name]"