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:
@ -159,13 +159,13 @@ To create a bot:
|
|||||||
|
|
||||||
Parameters for this report module:
|
Parameters for this report module:
|
||||||
|
|
||||||
|Parameter| Description|
|
|Parameter| Description |
|
||||||
|---|---|
|
|---|---------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|showPaths| Amount of AS_PATHs to report in the alert (0 to disable). |
|
|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. |
|
|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| A dictionary containing chat IDs grouped by user group (key: group, value: chat ID). |
|
||||||
|chatIds.default| The chat ID of the default user group.|
|
|chatIds.default| The chat ID of the default user group. |
|
||||||
|
|
||||||
## reportPullAPI
|
## reportPullAPI
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user