14 lines
721 B
Markdown
14 lines
721 B
Markdown
# TELEGRAM NOTIFICATION CONFIG
|
||
|
||
## 1.Create telegram Bot and get Bot token
|
||
<img src="./screenshots/notification_telegram_token.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
|
||
|
||
## 2.1 configuration UserID in signal config
|
||
<img src="./screenshots/notification_telegram_userid.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
|
||
|
||
## 2.2 UserID edit and get
|
||
```aiignore
|
||
https://api.telegram.org/bot【your bot token】/getUpdates
|
||
```
|
||
UserID from this url,replace your bot token,token like【123:abc】
|
||
 |