mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
mod/notification-telegram: fix copy-and-paste error
This commit is contained in:
parent
9069f71ee6
commit
4254b01a32
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
("https://api.telegram.org/bot" . ($Message->"tokenid") . "/sendMessage") \
|
("https://api.telegram.org/bot" . ($Message->"tokenid") . "/sendMessage") \
|
||||||
http-data=("chat_id=" . ($Message->"chatid") . \
|
http-data=("chat_id=" . ($Message->"chatid") . \
|
||||||
"&disable_notification=" . ($Message->"silent") . \
|
"&disable_notification=" . ($Message->"silent") . \
|
||||||
"&reply_to_message_id=" . ($Notification->"replyto") . \
|
"&reply_to_message_id=" . ($Message->"replyto") . \
|
||||||
"&disable_web_page_preview=true&parse_mode=" . ($Message->"parsemode") . \
|
"&disable_web_page_preview=true&parse_mode=" . ($Message->"parsemode") . \
|
||||||
"&text=" . ($Message->"text")) as-value;
|
"&text=" . ($Message->"text")) as-value;
|
||||||
:set ($TelegramQueue->$Id);
|
:set ($TelegramQueue->$Id);
|
||||||
|
|
Loading…
Reference in a new issue