1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

fix botUrl in documentation for telegram (#1261)

This commit is contained in:
Massimo Candela
2024-04-06 10:40:19 +02:00
parent adf6db5ae1
commit d345ad3efa

View File

@ -160,9 +160,9 @@ To create a bot:
Parameters for this report module:
|Parameter| Description |
|---|---|
|---|---------------------------------------------------------------------------------------------------------------------------------------------------|
|showPaths| Amount of AS_PATHs to report in the alert (0 to disable). |
|botUrl| The Telegram bot URL. Usually `https://api.telegram.org/bot_BOT_ID_/` where `_BOT_ID_` is your both ID. |
|botUrl| The Telegram bot URL. Usually, `https://api.telegram.org/bot_BOT_ID_/sendMessage` where `_BOT_ID_` is your both ID. |
|noProxy| If there is a global proxy configuration (see [here](http-proxy.md)), this parameter if set to true allows the single module to bypass the proxy. |
|chatIds| A dictionary containing chat IDs grouped by user group (key: group, value: chat ID). |
|chatIds.default| The chat ID of the default user group. |