AlgoWay allows you to integrate Telegram for real-time trading notifications. You can enable this feature, configure your bot, and test it directly through the dashboard and a web browser.
@BotFather and start a chat with it./newbot.AlgoWayTradeBot).1234567890:ABCDEF12345ghIkl-zyx57W2v1u123ew11. Save this token. You’ll need it for setup.chat_idchat_id Using a Web Browser:
<TOKEN> with your bot's token):https://api.telegram.org/bot<TOKEN>/getUpdates
https://api.telegram.org/bot1234567890:ABCDEF12345ghIkl-zyx57W2v1u123ew11/getUpdates
chat_id: You’ll see a JSON response like this:{
"ok": true,
"result": [
{
"update_id": 987654321,
"message": {
"chat": {
"id": 1122334455,
"type": "private"
},
"text": "Hello"
}
}
]
}
Your chat_id is the number under chat.id. In this example, it’s 1122334455.
1234567890:ABCDEF12345ghIkl-zyx57W2v1u123ew11chat_id in the Chat ID field.1122334455