Update README.md
Using `telegram_chatid`
This commit is contained in:
parent
650cf50aaa
commit
6f53571a42
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ object NotificationCommand "Notify Host By Telegram" {
|
||||||
}
|
}
|
||||||
"-q" = {
|
"-q" = {
|
||||||
required = true
|
required = true
|
||||||
value = "$telegram_botid$"
|
value = "$telegram_chatid$"
|
||||||
}
|
}
|
||||||
"-r" = {
|
"-r" = {
|
||||||
required = true
|
required = true
|
||||||
|
@ -148,7 +148,7 @@ object NotificationCommand "Notify Service By Telegram" {
|
||||||
}
|
}
|
||||||
"-q" = {
|
"-q" = {
|
||||||
required = true
|
required = true
|
||||||
value = "$telegram_botid$"
|
value = "$telegram_chatid$"
|
||||||
}
|
}
|
||||||
"-r" = {
|
"-r" = {
|
||||||
required = true
|
required = true
|
||||||
|
|
Loading…
Reference in a new issue